lol

tinc: enable invitations

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