nixos/uk: Add WireGuard VPN for access
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h15m33s

This commit is contained in:
2025-01-22 19:19:03 +00:00
parent cff229f487
commit 72b8bd089c
3 changed files with 75 additions and 3 deletions

View File

@@ -337,6 +337,15 @@ rec {
britnet = {
domain = "bhx1.int.${pubDomain}";
pubV4 = "77.74.199.67";
vpn = {
port = 51820;
};
prefixes = with lib.my.net.cidr; rec {
vpn = {
v4 = "10.200.0.0/24";
v6 = "fdfb:5ebf:6e84::/64";
};
};
};
tailscale = {