diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-14 21:48:57 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-14 21:48:57 -0400 |
| commit | 120981440c01e71c2f07eff2550e890435381437 (patch) | |
| tree | ab41390d90b78216caf0c6895c5eb667b27ad99b /systems | |
| parent | 4abe382ce56716a245229f8d5f2bcebffa0cc790 (diff) | |
overhaul secrets organization
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/thinkpad-laptop/system.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/thinkpad-laptop/system.nix b/systems/thinkpad-laptop/system.nix index 43dc5bd..704d862 100644 --- a/systems/thinkpad-laptop/system.nix +++ b/systems/thinkpad-laptop/system.nix @@ -8,10 +8,10 @@ stateVersion = "24.11"; }; - age.secrets.lucas-user-password.file = ../../secrets/lucas-user-password.age; + age.secrets.user-passwords_thinkpad-laptop_lucas.file = ../../secrets/user-passwords/thinkpad-laptop/lucas.age; users.users."lucas" = { - hashedPasswordFile = config.age.secrets.lucas-user-password.path; + hashedPasswordFile = config.age.secrets.user-passwords_thinkpad-laptop_lucas.path; isNormalUser = true; description = "lucas"; extraGroups = [ |
