Update files

This commit is contained in:
2026-03-22 21:36:40 +00:00
parent 805e028eaa
commit efe8575777

View File

@@ -4,7 +4,8 @@
users.users.chris = { users.users.chris = {
uid = 1000; uid = 1000;
isNormalUser = true; isNormalUser = true;
hashedPasswordFile = "/persist/passwords/chris"; # hashedPasswordFile = "/persist/passwords/chris";
initialPassword = "changeme123";
shell = pkgs.zsh; shell = pkgs.zsh;
extraGroups = [ extraGroups = [
"chris" "chris"