From 54f5244a8b374fc6e527cbfacb1e9f0a294955db Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Feb 2025 08:28:54 +0800 Subject: [PATCH] feat(tailscale): add tailscale --- hosts/nemesis/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nemesis/default.nix b/hosts/nemesis/default.nix index 28d154f..1c86910 100644 --- a/hosts/nemesis/default.nix +++ b/hosts/nemesis/default.nix @@ -119,6 +119,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + services.tailscale.enable = true; programs.hyprland = { enable = true; @@ -138,7 +139,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions