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:
2024-02-03 17:24:45 -05:00
committed by GitHub
parent 66fb506e26
commit 4e6bdd2ff5
5 changed files with 97 additions and 33 deletions

View File

@ -14,7 +14,10 @@
useUserPackages = true;
};
users.defaultUserShell = pkgs.zsh;
users = {
defaultUserShell = pkgs.zsh;
mutableUsers = false;
};
networking = {
firewall = {