diff options
| author | andromeda <andromeda@lenovo> | 2026-01-05 15:06:44 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-05 15:07:41 +0100 |
| commit | 0a7e0c699e2f4fa07fb6dde0080da4eb3ac8f746 (patch) | |
| tree | b6c8344a7f2e288e4197fbecc1edcc47019c9b59 /users.nix | |
| parent | 0e9398212541480361c7c4da98728f00b033d35e (diff) | |
| parent | 2114c6c347d4b45e7419c2827311baf68230767e (diff) | |
merge secrets from development
Diffstat (limited to 'users.nix')
| -rw-r--r-- | users.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ in { "andromeda" = { isNormalUser = true; description = "andromeda"; - hashedPasswordFile = builtins.toString config.age.secrets.secret0.path; + hashedPasswordFile = builtins.toString config.age.secrets.andromeda-pw.path; extraGroups = [ "networkmanager" "wheel" @@ -22,7 +22,7 @@ in { "mtgmonkey" = { isNormalUser = true; description = "mtgmonkey"; - hashedPasswordFile = builtins.toString config.age.secrets.secret1.path; + hashedPasswordFile = builtins.toString config.age.secrets.mtgmonkey-pw.path; extraGroups = [ (lib.mkIf (machine == machines.lenovo) |
