Unverified Commit 722e1e23 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #247899 from DavHau/zerotier-docs

nixos/zerotierone: document networks never left automatically
parents 2828fe8c 74c574a8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13,7 +13,9 @@ in
    example = [ "a8a2c3c10c1a68de" ];
    type = types.listOf types.str;
    description = lib.mdDoc ''
      List of ZeroTier Network IDs to join on startup
      List of ZeroTier Network IDs to join on startup.
      Note that networks are only ever joined, but not automatically left after removing them from the list.
      To remove networks, use the ZeroTier CLI: `zerotier-cli leave <network-id>`
    '';
  };