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" ];