Server/nfs: use tailscale domain instead of .local

This commit is contained in:
Toast 2024-03-04 13:18:40 +01:00
parent e89a25dfc2
commit cca30dea32

View file

@ -5,7 +5,7 @@
nfs.server = { nfs.server = {
enable = true; enable = true;
exports = '' 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 # NFSv3 uses random ports, so you need to make them static to be able to pass though the firewall
statdPort = 4000; statdPort = 4000;