diff options
author | tdback <tyler@tdback.net> | 2025-01-17 20:07:01 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-17 20:07:01 -0500 |
commit | 143570c05b38698697912f9d21584a31bde728a6 (patch) | |
tree | 80cac400ae69d64162e928387a4eb71393e8176a | |
parent | 60e0784fcaa467854dafe9b9a7d3c5e502d9cb54 (diff) |
fix: add missing ssh service
this also fixes the agenix error which checks if ssh is enabled if
identityPaths is not defined
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -95,6 +95,10 @@ "pushover" ]; } + { + type = "services"; + modules = [ "ssh" ]; + } ]) (mkSystem "odin" "x86_64-linux" inputs.nixpkgs [ { |