From 376d53de402d00e0f4c373e58ccadfec7123dc7c Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Fri, 27 Mar 2026 19:52:58 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 55918d6..9a2a8f6 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -84,19 +84,19 @@ services.nfs.server = { # }; #}; - networking.wireguard.enable = true; - networking.wireguard.interfaces.wg0 = { - ips = [ "10.100.0.254/24" ]; - listenPort = 51820; - privateKeyFile = "/etc/wireguard/server.key"; +# networking.wireguard.enable = true; +# networking.wireguard.interfaces.wg0 = { +# ips = [ "10.100.0.254/24" ]; +# listenPort = 51820; +# privateKeyFile = "/etc/wireguard/server.key"; - peers = [ - { - publicKey = "cA30PTE/2gMbIhtAXaRPJkQeDc7/UWoA6eK3K+Xpsww="; - allowedIPs = [ "10.100.0.2/32" ]; - } - ]; - }; +# peers = [ +# { +# publicKey = "cA30PTE/2gMbIhtAXaRPJkQeDc7/UWoA6eK3K+Xpsww="; +# allowedIPs = [ "10.100.0.2/32" ]; +# } +# ]; +# }; # Allow WireGuard UDP port in firewall networking.firewall.allowedUDPPorts = [ 51820 ];