mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-25 22:41:54 +02:00
Update users so the new example user is commented out
This commit is contained in:
parent
0af119e2cd
commit
cea58927ce
@ -14,15 +14,16 @@ in {
|
|||||||
ignoreShellProgramCheck = true;
|
ignoreShellProgramCheck = true;
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
"newuser" = {
|
# "newuser" = {
|
||||||
homeMode = "755";
|
# homeMode = "755";
|
||||||
hashedPassword = "$6$YdPBODxytqUWXCYL$AHW1U9C6Qqkf6PZJI54jxFcPVm2sm/XWq3Z1qa94PFYz0FF.za9gl5WZL/z/g4nFLQ94SSEzMg5GMzMjJ6Vd7.";
|
# You can get this by running - mkpasswd -m sha-512 <password>
|
||||||
isNormalUser = true;
|
# hashedPassword = "$6$YdPBODxytqUWXCYL$AHW1U9C6Qqkf6PZJI54jxFcPVm2sm/XWq3Z1qa94PFYz0FF.za9gl5WZL/z/g4nFLQ94SSEzMg5GMzMjJ6Vd7.";
|
||||||
description = "New user account";
|
# isNormalUser = true;
|
||||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
# description = "New user account";
|
||||||
shell = pkgs.${theShell};
|
# extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
||||||
ignoreShellProgramCheck = true;
|
# shell = pkgs.${theShell};
|
||||||
packages = with pkgs; [];
|
# ignoreShellProgramCheck = true;
|
||||||
};
|
# packages = with pkgs; [];
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user