diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index 953c64e..2f13320 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -61,7 +61,7 @@ { publicKey = "rY9zII3AOm8rog2rv02PyA3Bq7zdvTOGkZapfCV1DkE="; presharedKeyFile = config.age.secrets.wireguard_preshared_key.path; - allowedIPs = [ "0.0.0.0/0" "::/0" ]; + allowedIPs = [ "10.8.0.0/24" ]; endpoint = "vpn.lazyworkhorse.net:51820"; persistentKeepalive = 25; }