From 861535b5736636634c88b10c5dfadd362bd32997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 5 Apr 2024 13:01:26 +0200 Subject: [PATCH] logins/wireguard: move teutat3s wireguard device --- logins/admins.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/logins/admins.nix b/logins/admins.nix index 760a920..f4c3829 100644 --- a/logins/admins.nix +++ b/logins/admins.nix @@ -23,10 +23,6 @@ publicKey = "NNb7T8Jmn+V2dTZ8T6Fcq7hGomHGDckKoV3kK2oAhSE="; allowedIPs = [ "10.7.6.200/32" "fd00:fae:fae:fae:fae:200::/96" ]; } - { # dumpyourvms - publicKey = "3UrVLQrwXnPAVXPiTAd7eM3fZYxnFSYgKAGpNMUwnUk="; - allowedIPs = [ "10.7.6.201/32" "fd00:fae:fae:fae:fae:201::/96" ]; - } ]; }; @@ -53,5 +49,12 @@ secretEncryptionKeys = { teutat3s-1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcU6KPy4b1MQXd6EJhcYwbJu7E+0IrBZF/IP6T7gbMf teutat3s@dumpyourvms"; }; + + wireguardDevices = [ + { # dumpyourvms + publicKey = "3UrVLQrwXnPAVXPiTAd7eM3fZYxnFSYgKAGpNMUwnUk="; + allowedIPs = [ "10.7.6.201/32" "fd00:fae:fae:fae:fae:201::/96" ]; + } + ]; }; }