tailscale: replace brew version with app store version
it kept installing and uninstall itself with nix-darwin for some reason
This commit is contained in:
parent
fdba2ffaa8
commit
d44f08ec2a
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
homebrew.casks = [
|
homebrew.masApps = {
|
||||||
"tailscale"
|
"Tailscale" = 1475387142;
|
||||||
];
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue