From efb1cda6d789e81cce0fafd753fb4d96eed6f9b7 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 2 Sep 2025 21:21:46 -0400 Subject: homelab: working on homelab --- nixos/systems/nzxt-desktop/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/systems') 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; -- cgit v1.2.3