Update files
This commit is contained in:
@@ -13,19 +13,6 @@
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
users.users.test = {
|
||||
uid = 1001;
|
||||
isNormalUser = true;
|
||||
# hashedPasswordFile = "/persist/passwords/chris";
|
||||
initialPassword = "changeme123";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [
|
||||
"chris"
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"docker"
|
||||
];
|
||||
};
|
||||
system.activationScripts = {
|
||||
setupInitialPassword = {
|
||||
text = ''
|
||||
|
||||
Reference in New Issue
Block a user