From 3bdfe2c8c9c64e9846f96403af108d65bf7d00b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sat, 31 Aug 2024 17:48:30 +0300 Subject: [PATCH] Add lithium SSH key to accepted keys in base.nix --- base.nix | 1 + 1 file changed, 1 insertion(+) 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 ####################