1
0

hosts/carbon: Disable use of service.wg-clerie

"Oh this is where I still used the old wg-clerie module"
This commit is contained in:
2025-11-22 22:54:37 +01:00
parent 87884154eb
commit 77268f9243

View File

@@ -1,10 +1,10 @@
{ ... }: { ... }:
{ {
services.wg-clerie = { # services.wg-clerie = {
enable = true; # enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ]; # ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ];
ipv4s = [ "10.20.30.111/32" ]; # ipv4s = [ "10.20.30.111/32" ];
defaultViaVPN = false; # defaultViaVPN = false;
}; # };
} }