From efe857577766b11a62e441a0e3fa08d7ef1e35fd Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 22 Mar 2026 21:36:40 +0000 Subject: [PATCH] Update files --- system/users.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/users.nix b/system/users.nix index 1b2282e..e2f4cdf 100644 --- a/system/users.nix +++ b/system/users.nix @@ -4,7 +4,8 @@ users.users.chris = { uid = 1000; isNormalUser = true; - hashedPasswordFile = "/persist/passwords/chris"; + # hashedPasswordFile = "/persist/passwords/chris"; + initialPassword = "changeme123"; shell = pkgs.zsh; extraGroups = [ "chris"