Add lithium SSH key to accepted keys in base.nix
This commit is contained in:
parent
6926a10a9d
commit
3bdfe2c8c9
1 changed files with 1 additions and 0 deletions
1
base.nix
1
base.nix
|
@ -79,6 +79,7 @@
|
|||
};
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez vili@helium"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPivDyDYrCRBHRl9zup1Gj5vtyesOW/XKG/68kA8HLaW vili@lithium"
|
||||
];
|
||||
|
||||
#################### Basic fail2ban configuration ####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue