Just deal with some extra requests
This commit is contained in:
parent
b3f5b57cff
commit
88ed1f1e64
@ -18,6 +18,5 @@ 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 = lib.optional (!config.virtualisation.qemu.all) "e04fa485ed2a4dc4";
|
services.zerotierone.joinNetworks = [ "e04fa485ed2a4dc4" ];
|
||||||
#services.zerotierone.joinNetworks = [ "e04fa485ed2a4dc4" ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user