Update files
This commit is contained in:
@@ -4,6 +4,18 @@
|
||||
users.users.chris = {
|
||||
uid = 1000;
|
||||
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";
|
||||
initialPassword = "changeme123";
|
||||
shell = pkgs.zsh;
|
||||
|
||||
Reference in New Issue
Block a user