diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:48:49 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:54 -0700 |
| commit | 2667d3877d72f6cf3aa310203262631e43fe6d71 (patch) | |
| tree | 0fe76473fab84687fb145f4b785c233a1083f62c /snowfall/systems | |
| parent | 03d21c96eac95ea2d042366168c2510118ab44a5 (diff) | |
migration: misc copenhagen config
Diffstat (limited to 'snowfall/systems')
| -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 |