diff --git a/nixos/zerotier.nix b/nixos/zerotier.nix index 5c33581..5ef0bfa 100644 --- a/nixos/zerotier.nix +++ b/nixos/zerotier.nix @@ -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" ]; }