From 69034fb515d5bb8c15f3ca3565b4521dc72b55a0 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 30 Aug 2024 21:22:56 +0200 Subject: [PATCH] pinwheel: Clean up `tailscale` module --- hosts/pinwheel/modules/tailscale/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/pinwheel/modules/tailscale/default.nix b/hosts/pinwheel/modules/tailscale/default.nix index d83e260..cc37916 100644 --- a/hosts/pinwheel/modules/tailscale/default.nix +++ b/hosts/pinwheel/modules/tailscale/default.nix @@ -6,5 +6,4 @@ checkReversePath = "loose"; allowedUDPPorts = [ 41641 ]; }; - }