chore: update ssh keys structure

This commit is contained in:
Swarsel 2024-12-10 18:04:34 +01:00
parent c99993330e
commit eb1d563c35
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 14 additions and 124 deletions

View file

@ -108,10 +108,10 @@
};
services.openssh = {
enable = true;
settings.PermitRootLogin = "yes";
# settings.PermitRootLogin = "yes";
};
users.users.root.openssh.authorizedKeys.keyFiles = [
../../../../secrets/keys/authorized_keys
../../../../secrets/keys/ssh/nbl-imba-2.pub
];
system.stateVersion = "23.11"; # TEMPLATE - but probably no need to change