overlays/tailscale: disable for now

This commit is contained in:
Aaron Bieber 2023-06-24 07:53:14 -06:00
parent f3d698558e
commit c144293b57
No known key found for this signature in database

View File

@ -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
];
}