From 4f38200ef8c742a69e4a3e8b087dca8b80694594 Mon Sep 17 00:00:00 2001
From: Alex Davies <traverse.da@gmail.com>
Date: Sat, 11 May 2024 16:26:03 -0300
Subject: [PATCH] Run zerotier regardless, that doesn't seem to be working

---
 nixos/zerotier.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" ];
 }