Actual conditional zerotier
This commit is contained in:
parent
18d2a55b93
commit
b3f5b57cff
@ -18,5 +18,6 @@ in {
|
|||||||
|
|
||||||
#Don't join zerotier if I'm testing in a VM
|
#Don't join zerotier if I'm testing in a VM
|
||||||
#if !(options.virtualisation ? qemu) then
|
#if !(options.virtualisation ? qemu) then
|
||||||
services.zerotierone.joinNetworks = [ "e04fa485ed2a4dc4" ];
|
#services.zerotierone.joinNetworks = lib.optional (!config.virtualisation.qemu.all) "e04fa485ed2a4dc4";
|
||||||
|
#services.zerotierone.joinNetworks = [ "e04fa485ed2a4dc4" ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user