From a30b2d961b1b9e7fa9dd2941e898bfb167c83fb0 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 8 Jun 2026 07:18:28 -0500 Subject: [PATCH] task | add back systemd-primary --- hosts/templates/server.nix | 3 ++- hosts/templates/workstation.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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