Enable tailscale service

This commit is contained in:
Tobias Ostner 2024-12-28 14:00:45 +01:00
parent cd825ea3e6
commit 07771ada6b
2 changed files with 4 additions and 1 deletions

View file

@ -51,6 +51,10 @@
];
};
services = {
tailscale.enable = true;
};
system = {
activationScripts.postUserActivation.text = ''
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u

View file

@ -45,7 +45,6 @@
python312Packages.python-lsp-black
python312Packages.pylsp-rope
ripgrep
tailscale
tree
wget
];