lol

nixos/zerotierone: document networks never left automatically

Removing a network from the joinNetworks list does not make the machine leave the network which is confusing.

This behavior is now clarified via the options description

DavHau 74c574a8 a364ebd8

+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