Merge pull request #247899 from DavHau/zerotier-docs

nixos/zerotierone: document networks never left automatically

authored by

Nick Cao and committed by
GitHub
722e1e23 2828fe8c

+3 -1
+3 -1
nixos/modules/services/networking/zerotierone.nix
··· 13 13 example = [ "a8a2c3c10c1a68de" ]; 14 14 type = types.listOf types.str; 15 15 description = lib.mdDoc '' 16 - List of ZeroTier Network IDs to join on startup 16 + List of ZeroTier Network IDs to join on startup. 17 + Note that networks are only ever joined, but not automatically left after removing them from the list. 18 + To remove networks, use the ZeroTier CLI: `zerotier-cli leave <network-id>` 17 19 ''; 18 20 }; 19 21