Run zerotier regardless, that doesn't seem to be working

This commit is contained in:
Alex Davies 2024-05-11 16:26:03 -03:00
parent 6e514ab503
commit 4f38200ef8
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ in {
services.zerotierone.enable = true;
#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" ];
}