From 77268f9243b2c7995f566144a99ed73184f0e8c7 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 22 Nov 2025 22:54:37 +0100 Subject: [PATCH] hosts/carbon: Disable use of service.wg-clerie "Oh this is where I still used the old wg-clerie module" --- hosts/carbon/wg-clerie.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/carbon/wg-clerie.nix b/hosts/carbon/wg-clerie.nix index 36965c6..01b741b 100644 --- a/hosts/carbon/wg-clerie.nix +++ b/hosts/carbon/wg-clerie.nix @@ -1,10 +1,10 @@ { ... }: { - services.wg-clerie = { - enable = true; - ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ]; - ipv4s = [ "10.20.30.111/32" ]; - defaultViaVPN = false; - }; + # services.wg-clerie = { + # enable = true; + # ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ]; + # ipv4s = [ "10.20.30.111/32" ]; + # defaultViaVPN = false; + # }; }