This commit is contained in:
TheWanderingCrow 2025-10-16 15:40:50 -04:00
parent 83d6ce64cd
commit 0e478bcf28

View file

@ -1,5 +1,6 @@
{ {pkgs, ...}: {
services.tailscale = { services.tailscale = {
enable = true; enable = true;
package = pkgs.unstable.tailscale;
}; };
} }