Server/nfs: use tailscale domain instead of .local
This commit is contained in:
parent
e89a25dfc2
commit
cca30dea32
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
nfs.server = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
${config.services.transmission.settings.download-dir} *.local(ro,all_squash,anonuid=${toString config.users.users.transmission.uid},anongid=${toString config.users.groups.transmission.gid})
|
||||
${config.services.transmission.settings.download-dir} *.sable-pancake.ts.net(ro,all_squash,anonuid=${toString config.users.users.transmission.uid},anongid=${toString config.users.groups.transmission.gid})
|
||||
'';
|
||||
# NFSv3 uses random ports, so you need to make them static to be able to pass though the firewall
|
||||
statdPort = 4000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue