From 120981440c01e71c2f07eff2550e890435381437 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 14 Aug 2025 21:48:57 -0400 Subject: overhaul secrets organization --- systems/thinkpad-laptop/system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systems') 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 = [ -- cgit v1.2.3