diff options
Diffstat (limited to 'systems/thinkpad-laptop/system.nix')
| -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 = [ |
