moved tailscale install from svc to mas

This commit is contained in:
2025-01-13 11:37:37 -05:00
parent c12fe4e112
commit b7b8429c39
3 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
"1Password for Safari" = 1569813296;
"wireguard" = 1451685025;
"wipr" = 1320666476;
"tailscale" = 1475387142;
};
};
}

View File

@@ -3,5 +3,5 @@
{
# Example: Tailscale, other system services
services.nix-daemon.enable = true;
services.tailscale.enable = true;
# services.tailscale.enable = false;
}