summaryrefslogtreecommitdiff
path: root/nixos/systems/nzxt-desktop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-02 21:21:46 -0400
committertriethyl <triethylammonium@pm.me>2025-09-02 21:21:46 -0400
commitefb1cda6d789e81cce0fafd753fb4d96eed6f9b7 (patch)
treeca816fc9817e8c94d2c247ebb03357c867298621 /nixos/systems/nzxt-desktop/system.nix
parenta6f9533790b9bfb73f1e531fcef6303642e38983 (diff)
homelab: working on homelab
Diffstat (limited to 'nixos/systems/nzxt-desktop/system.nix')
-rw-r--r--nixos/systems/nzxt-desktop/system.nix2
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;