From c144293b57f449d15757cbb495772be36d87992d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 24 Jun 2023 07:53:14 -0600 Subject: [PATCH] overlays/tailscale: disable for now --- overlays/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 758f88c..061cbea 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -11,12 +11,12 @@ let nixd = prIsOpen.overlay 238779 (import ./nixd.nix); in { nixpkgs.overlays = if isUnstable then [ - tailscale + #tailscale tidal-hifi nixd ] else [ matrix-synapse - tailscale + #tailscale ]; }