global/networking: disable zerotier

This commit is contained in:
Infinidoge 2023-09-01 17:05:26 -04:00
parent e3979b4c9e
commit 02ee6a4fb1

View file

@ -49,6 +49,6 @@
useRoutingFeatures = if config.info.stationary then "both" else "client";
};
zerotierone.enable = true;
zerotierone.enable = false;
};
}