Disable mutable-users, fix passwords globally (#71)
* updated passwd * Disable mutable-users Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix password config Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * change secrets --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Richie Cahill <richie@tmmworkshop.com> Co-authored-by: Dennis Wuitz <dennish@wuitz.de>
This commit is contained in:
@ -14,7 +14,10 @@
|
||||
useUserPackages = true;
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
mutableUsers = false;
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
|
Reference in New Issue
Block a user