refactor(hosts/luna): disable mutableUsers
This commit is contained in:
parent
4f23edeaef
commit
bf08aec4b6
@ -1,5 +1,6 @@
|
||||
{ pkgs, config, ... }: {
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
users.mutableUsers = false;
|
||||
users.users = {
|
||||
root.hashedPasswordFile = config.age.secrets.users-root-pw.path;
|
||||
price = {
|
||||
@ -19,4 +20,4 @@
|
||||
files = [ ".bash_history" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user