From 143570c05b38698697912f9d21584a31bde728a6 Mon Sep 17 00:00:00 2001 From: tdback Date: Fri, 17 Jan 2025 20:07:01 -0500 Subject: fix: add missing ssh service this also fixes the agenix error which checks if ssh is enabled if identityPaths is not defined --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 [ { -- cgit v1.2.3