tailscale: move back to stable

This commit is contained in:
wo2wz 2025-10-11 18:55:15 -04:00
parent b2bac906c4
commit dc83e172b9

View file

@ -1,7 +1,5 @@
{ config, inputs, pkgs, ... }: { config, ... }:
{ {
services.tailscale.enable = true; services.tailscale.enable = true;
# fix build failure temporarily }
services.tailscale.package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.tailscale;
}