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