tinc: enable invitations

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