From b07e65a01a9f00ec4c7f52fe5e26222c1c40e791 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 25 Aug 2025 13:57:36 -0400 Subject: nzxt-desktop: fixed secret --- systems/nzxt-desktop/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') 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; -- cgit v1.2.3