diff options
Diffstat (limited to 'nixos/systems/nzxt-desktop')
| -rw-r--r-- | nixos/systems/nzxt-desktop/system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/systems/nzxt-desktop/system.nix b/nixos/systems/nzxt-desktop/system.nix index db42aa1..3a6932c 100644 --- a/nixos/systems/nzxt-desktop/system.nix +++ b/nixos/systems/nzxt-desktop/system.nix @@ -8,7 +8,7 @@ stateVersion = "23.11"; }; - age.secrets.culsans-user-password.file = ../../secrets/user-passwords/nzxt-desktop/culsans.age; + age.secrets.culsans-user-password.file = ../../../secrets/user-passwords/nzxt-desktop/culsans.age; users.users."culsans" = { hashedPasswordFile = config.age.secrets.culsans-user-password.path; |
