Small wireguard changes

This commit is contained in:
Jimbo 2024-10-20 15:39:00 -04:00
parent 986ff8c3d1
commit c188a30dc2
2 changed files with 4 additions and 4 deletions

View file

@ -21,10 +21,6 @@
publicKey = config.secrets.wgPixel9Pub;
allowedIPs = [ "${config.ips.wgSpan}.2/32" ];
}
{ # Oracle VM
publicKey = config.secrets.wgOraclePub;
allowedIPs = [ "${config.ips.wgSpan}.3/32" ];
}
{ # General Nix
publicKey = config.secrets.wgClientPub;
allowedIPs = [ "${config.ips.wgSpan}.16/28" ];