feat(servers): make only nixos manage user password.
This commit is contained in:
parent
6e0452b9bf
commit
f5278e1255
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
||||||
};
|
};
|
||||||
|
users.mutableUsers = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue