overlays/tailscale: disable for now
This commit is contained in:
parent
f3d698558e
commit
c144293b57
@ -11,12 +11,12 @@ let
|
|||||||
nixd = prIsOpen.overlay 238779 (import ./nixd.nix);
|
nixd = prIsOpen.overlay 238779 (import ./nixd.nix);
|
||||||
in {
|
in {
|
||||||
nixpkgs.overlays = if isUnstable then [
|
nixpkgs.overlays = if isUnstable then [
|
||||||
tailscale
|
#tailscale
|
||||||
tidal-hifi
|
tidal-hifi
|
||||||
nixd
|
nixd
|
||||||
] else [
|
] else [
|
||||||
matrix-synapse
|
matrix-synapse
|
||||||
tailscale
|
#tailscale
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user