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

@@ -21,4 +21,9 @@
system.defaults.WindowManager.EnableStandardClickToShowDesktop = false; # Disable/Enable standard click to show desktop
# 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
}