aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 48b232d..6a6cef8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -95,6 +95,10 @@
"pushover"
];
}
+ {
+ type = "services";
+ modules = [ "ssh" ];
+ }
])
(mkSystem "odin" "x86_64-linux" inputs.nixpkgs [
{