Fix wg ip
Some checks failed
Run nix flake check / flake-check (push) Failing after 14m15s
Periodic flake update / flake-update (push) Successful in 4m6s

This commit is contained in:
Torjus Håkestad 2025-05-15 21:44:05 +02:00
parent c1cd25e865
commit 6243ac3754
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -10,7 +10,7 @@
interfaces = {
wg0 = {
ips = [ "10.69.222.2/24" ];
ips = [ "10.69.222.3/24" ];
mtu = 1384;
listenPort = 51820;
privateKeyFile = config.sops.secrets.wireguard_private_key.path;