aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-17 20:07:01 -0500
committertdback <tyler@tdback.net>2025-01-17 20:07:01 -0500
commit143570c05b38698697912f9d21584a31bde728a6 (patch)
tree80cac400ae69d64162e928387a4eb71393e8176a /flake.nix
parent60e0784fcaa467854dafe9b9a7d3c5e502d9cb54 (diff)
fix: add missing ssh service
this also fixes the agenix error which checks if ssh is enabled if identityPaths is not defined
Diffstat (limited to 'flake.nix')
-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 [
{