diff --git a/hosts/desktop.nix b/hosts/desktop.nix index b5fb5d8..c1fec1a 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -21,6 +21,12 @@ with lib.my; console.keyMap = "uk"; services.printing.enable = true; + services.tailscale.enable = true; + networking.firewall = { + checkReversePath = "loose"; + trustedInterfaces = [ "tailscale0" ]; + allowedUDPPorts = [ config.services.tailscale.port ]; + }; sound.enable = true; hardware.pulseaudio.enable = false;