diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-25 13:57:36 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-25 13:57:36 -0400 |
| commit | b07e65a01a9f00ec4c7f52fe5e26222c1c40e791 (patch) | |
| tree | 9cc6556b83aee77a004ffe02c15670f3ee268edc /systems/nzxt-desktop | |
| parent | 714e95310d396761788366abdbc3d883e1533b82 (diff) | |
nzxt-desktop: fixed secret
Diffstat (limited to 'systems/nzxt-desktop')
| -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; |
