feat(keys): Move keys to meta

chore: revert meta stuff
This commit is contained in:
sinavir 2024-12-05 12:37:51 +01:00 committed by Tom Hubrecht
parent f55107301a
commit 9d24c766f3
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q
11 changed files with 171 additions and 110 deletions

View file

@ -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";