tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tinc: enable invitations
Tom Bereknyei
8 years ago
034d3fae
3b512ca1
+2
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
tinc.nix
+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
181
+
mkdir -p /etc/tinc/${network}/invitations
182
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