tailscale

This commit is contained in:
2025-09-07 10:47:49 -04:00
parent 788697561a
commit 2492bb8825
3 changed files with 37 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ in
system.stateVersion = "25.05";
time.timeZone = "UTC";
networking.firewall.allowedTCPPorts = [ 443 ];
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
@@ -38,6 +40,10 @@ in
services = {
openssh = enabled;
tailscale = {
enable = true;
enableRouting = true;
};
rke2 = {
enable = true;
openFirewall = false;