diff --git a/modules/networking.nix b/modules/networking.nix index 8b7a425..36eee3c 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -103,6 +103,11 @@ in { publicKey = "5DU9ipxJcut2wKrUr3yQux9crzXMSW4ZeKWFLRpUc1I="; allowedIPs = [ "10.9.0.4/32" ]; } + # manuela + { + publicKey = "V+DaOya2hLuV6C9BeCkDyFqXpPAFq9jMAeg1dvQw/FI="; + allowedIPs = [ "10.9.0.5/32" ]; + } ]; }; };