Add tailscale routing settings

This commit is contained in:
Gene Liverman 2024-02-19 21:08:15 -05:00
parent 82aec6fe45
commit d69aaa4d0b
3 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@
"${username}" "${username}"
"--ssh" "--ssh"
]; ];
useRoutingFeatures = "both";
}; };
}; };

View file

@ -122,6 +122,7 @@
"${username}" "${username}"
"--ssh" "--ssh"
]; ];
useRoutingFeatures = "both";
}; };
zfs.autoScrub.enable = true; zfs.autoScrub.enable = true;
}; };

View file

@ -80,6 +80,7 @@
"${username}" "${username}"
"--ssh" "--ssh"
]; ];
useRoutingFeatures = "client";
}; };
xserver = { xserver = {
enable = true; # Enable the X11 windowing system. enable = true; # Enable the X11 windowing system.