diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 6edafa5..529a263 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -256,17 +256,15 @@ wireguardPeers = [ { - wireguardPeerConfig = { - PublicKey = "6faxlUG8+F7uVrKk/OJqqy5k2+OzrhXc/cV6Zsfbl0c="; - AllowedIPs = [ - "192.168.4.0/23" - "192.168.6.0/24" - "192.168.7.0/24" - "192.168.8.0/24" - ]; - Endpoint = "212.45.34.195:51820"; - PersistentKeepalive = 25; - }; + PublicKey = "6faxlUG8+F7uVrKk/OJqqy5k2+OzrhXc/cV6Zsfbl0c="; + AllowedIPs = [ + "192.168.4.0/23" + "192.168.6.0/24" + "192.168.7.0/24" + "192.168.8.0/24" + ]; + Endpoint = "212.45.34.195:51820"; + PersistentKeepalive = 25; } ]; };