feat(servers): set passwords using hashedPasswordFile.
This commit is contained in:
parent
41747d82cc
commit
eb5fffaaa0
10 changed files with 52 additions and 2 deletions
5
modules/servers/general/root.nix
Normal file
5
modules/servers/general/root.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{config, ...}: {
|
||||
users.users.root = {
|
||||
hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue