moved tailscale install from svc to mas
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
"1Password for Safari" = 1569813296;
|
"1Password for Safari" = 1569813296;
|
||||||
"wireguard" = 1451685025;
|
"wireguard" = 1451685025;
|
||||||
"wipr" = 1320666476;
|
"wipr" = 1320666476;
|
||||||
|
"tailscale" = 1475387142;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
{
|
{
|
||||||
# Example: Tailscale, other system services
|
# Example: Tailscale, other system services
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
services.tailscale.enable = true;
|
# services.tailscale.enable = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,4 +21,9 @@
|
|||||||
|
|
||||||
system.defaults.WindowManager.EnableStandardClickToShowDesktop = false; # Disable/Enable standard click to show desktop
|
system.defaults.WindowManager.EnableStandardClickToShowDesktop = false; # Disable/Enable standard click to show desktop
|
||||||
# You can add more Mac defaults here as well...
|
# You can add more Mac defaults here as well...
|
||||||
|
|
||||||
|
system.activationScripts.postUserActivation.text = ''
|
||||||
|
# Following line should allow us to avoid a logout/login cycle
|
||||||
|
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||||
|
''; # Activate settings after user activation
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user