diff --git a/base.nix b/base.nix index b752cc9..51e0d4f 100644 --- a/base.nix +++ b/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 ####################