Update files

This commit is contained in:
2026-03-22 21:48:00 +00:00
parent aea31984d0
commit 1542c5ba2f

View File

@@ -4,6 +4,18 @@
users.users.chris = { users.users.chris = {
uid = 1000; uid = 1000;
isNormalUser = true; isNormalUser = true;
hashedPasswordFile = "/persist/passwords/chris";
shell = pkgs.zsh;
extraGroups = [
"chris"
"wheel"
"networkmanager"
"docker"
];
};
users.users.test = {
uid = 1001;
isNormalUser = true;
# hashedPasswordFile = "/persist/passwords/chris"; # hashedPasswordFile = "/persist/passwords/chris";
initialPassword = "changeme123"; initialPassword = "changeme123";
shell = pkgs.zsh; shell = pkgs.zsh;