diff options
Diffstat (limited to 'snowfall/systems/x86_64-linux/copenhagen/default.nix')
| -rw-r--r-- | snowfall/systems/x86_64-linux/copenhagen/default.nix | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/snowfall/systems/x86_64-linux/copenhagen/default.nix b/snowfall/systems/x86_64-linux/copenhagen/default.nix index 00bd761..e7f7a35 100644 --- a/snowfall/systems/x86_64-linux/copenhagen/default.nix +++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix @@ -15,6 +15,8 @@ with lib; with lib.${namespace}; { impermanence.home.enable = true; }; + suites.common.enable = true; + services = { ssh = { enable = true; @@ -33,7 +35,7 @@ with lib; with lib.${namespace}; { enable = true; port = 25566; }; - + zenith = { enable = true; port = 25569; @@ -42,5 +44,19 @@ with lib; with lib.${namespace}; { }; }; + services = { + pcscd.enable = true; + udev.enable = true; + }; + + snowfallorg.users."c" = { + admin = true; + }; + + users.users = { + root.hashedPasswordFile = "/secrets/passwords/root"; + "c".hashedPasswordFile = "/secrets/passwords/c"; + }; + system.stateVersion = "23.11"; }
\ No newline at end of file |