1
0
Files
nixfiles/hosts/carbon/wg-clerie.nix
clerie 77268f9243 hosts/carbon: Disable use of service.wg-clerie
"Oh this is where I still used the old wg-clerie module"
2025-11-22 22:54:37 +01:00

11 lines
184 B
Nix

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