diff --git a/hosts/templates/server.nix b/hosts/templates/server.nix index eeaa788..a18edde 100644 --- a/hosts/templates/server.nix +++ b/hosts/templates/server.nix @@ -2,6 +2,7 @@ imports = [ inputs.sops-nix.nixosModules.sops ../server + ../systemd-primary.nix ../common/boot.nix ../common/networking.nix ../common/tailscale.nix @@ -20,4 +21,4 @@ options = "--delete-older-than 7d"; }; }; -} \ No newline at end of file +} diff --git a/hosts/templates/workstation.nix b/hosts/templates/workstation.nix index 6d80f66..bf28d65 100644 --- a/hosts/templates/workstation.nix +++ b/hosts/templates/workstation.nix @@ -3,6 +3,7 @@ inputs.sops-nix.nixosModules.sops ../roles ../../modules + ../systemd-primary.nix ../workstation ../common ../wm/sway