From 811f0e70062f351fd2817a6edf4d68037e9f16d1 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Mon, 23 Feb 2026 00:19:30 +0300 Subject: [PATCH] added tailscale --- hosts/generic/configuration_generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/generic/configuration_generic.nix b/hosts/generic/configuration_generic.nix index 84736c8..47ddb7e 100644 --- a/hosts/generic/configuration_generic.nix +++ b/hosts/generic/configuration_generic.nix @@ -44,6 +44,10 @@ networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 27040 8044 ]; networking.firewall.allowedUDPPorts = [ 38401 25565 554 80 27031 27032 27033 27034 27035 27036 ]; networking.nftables.enable = true; + + # tailscale + services.tailscale.enable = true; + networking.hosts = { "192.168.1.116" = [ "Clank" ]; "192.168.1.222" = [ "Aphelion" ];