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:
@@ -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;
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user