Merge pull request #372 from genebean/tailscale-exit

Add tailscale routing settings
This commit is contained in:
Gene Liverman 2024-02-19 21:15:26 -05:00 committed by GitHub
commit a66f27f9e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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