diff options
| -rw-r--r-- | systems/nzxt-desktop/system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/nzxt-desktop/system.nix b/systems/nzxt-desktop/system.nix index 396eab6..2f224fa 100644 --- a/systems/nzxt-desktop/system.nix +++ b/systems/nzxt-desktop/system.nix @@ -8,7 +8,7 @@ stateVersion = "23.11"; }; - age.secrets.culsans-user-password.file = ../../secrets/culsans-user-password.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; |
