summaryrefslogtreecommitdiff
path: root/systems/thinkpad-laptop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-14 21:48:57 -0400
committertriethyl <triethylammonium@pm.me>2025-08-14 21:48:57 -0400
commit120981440c01e71c2f07eff2550e890435381437 (patch)
treeab41390d90b78216caf0c6895c5eb667b27ad99b /systems/thinkpad-laptop/system.nix
parent4abe382ce56716a245229f8d5f2bcebffa0cc790 (diff)
overhaul secrets organization
Diffstat (limited to 'systems/thinkpad-laptop/system.nix')
-rw-r--r--systems/thinkpad-laptop/system.nix4
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 = [