lol

tinc: enable invitations

+2
+2
nixos/modules/services/networking/tinc.nix
··· 178 preStart = '' 179 mkdir -p /etc/tinc/${network}/hosts 180 chown tinc.${network} /etc/tinc/${network}/hosts 181 182 # Determine how we should generate our keys 183 if type tinc >/dev/null 2>&1; then
··· 178 preStart = '' 179 mkdir -p /etc/tinc/${network}/hosts 180 chown tinc.${network} /etc/tinc/${network}/hosts 181 + mkdir -p /etc/tinc/${network}/invitations 182 + chown tinc.${network} /etc/tinc/${network}/invitations 183 184 # Determine how we should generate our keys 185 if type tinc >/dev/null 2>&1; then