mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: update ssh keys structure
This commit is contained in:
parent
c99993330e
commit
eb1d563c35
8 changed files with 14 additions and 124 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue