diff --git a/SwarselSystems.org b/SwarselSystems.org index 2078051..d932eff 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6497,6 +6497,7 @@ Also, the system state version is set here. No need to touch it. ../../common/nixos/store.nix ../../common/nixos/time.nix ../../common/nixos/pipewire.nix + ../../common/nixos/users.nix ./packages.nix ./sops.nix ./ssh.nix diff --git a/profiles/server/common/default.nix b/profiles/server/common/default.nix index 0cd21d8..4b4ff7b 100644 --- a/profiles/server/common/default.nix +++ b/profiles/server/common/default.nix @@ -6,6 +6,7 @@ ../../common/nixos/store.nix ../../common/nixos/time.nix ../../common/nixos/pipewire.nix + ../../common/nixos/users.nix ./packages.nix ./sops.nix ./ssh.nix