feat(keys): Move keys to meta
chore: revert meta stuff
This commit is contained in:
parent
f55107301a
commit
9d24c766f3
11 changed files with 171 additions and 110 deletions
|
@ -56,7 +56,7 @@ in
|
|||
dgn-access-control.root = mkDefault admins;
|
||||
system = {
|
||||
root-authentication = {
|
||||
ssh-keys = dgn-keys.getKeys cfg.root;
|
||||
ssh-keys = dgn-keys.getMemberKeys cfg.root;
|
||||
hashedPasswd = nodeMeta.hashedPassword;
|
||||
};
|
||||
services.ssh.root-login = mkDefault "deny-password";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue