summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-25 13:57:36 -0400
committertriethyl <triethylammonium@pm.me>2025-08-25 13:57:36 -0400
commitb07e65a01a9f00ec4c7f52fe5e26222c1c40e791 (patch)
tree9cc6556b83aee77a004ffe02c15670f3ee268edc
parent714e95310d396761788366abdbc3d883e1533b82 (diff)
nzxt-desktop: fixed secret
-rw-r--r--systems/nzxt-desktop/system.nix2
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;