Change my tailscale network name

This commit is contained in:
Toast 2024-07-17 19:06:24 +02:00
parent 020cec94a1
commit 5001e70c14
10 changed files with 24 additions and 24 deletions

View file

@ -2,7 +2,7 @@
services = {
nfs.server = {
enable = true;
exports = "/srv/nfs *.sable-pancake.ts.net(ro,fsid=root)";
exports = "/srv/nfs *.tailscale(ro,fsid=root)";
# NFSv3 uses random ports, so you need to make them static to be able to pass though the firewall
statdPort = 4000;
lockdPort = 4001;