Enable tailscale service
This commit is contained in:
parent
cd825ea3e6
commit
07771ada6b
2 changed files with 4 additions and 1 deletions
|
|
@ -51,6 +51,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services = {
|
||||||
|
tailscale.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
activationScripts.postUserActivation.text = ''
|
activationScripts.postUserActivation.text = ''
|
||||||
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,6 @@
|
||||||
python312Packages.python-lsp-black
|
python312Packages.python-lsp-black
|
||||||
python312Packages.pylsp-rope
|
python312Packages.pylsp-rope
|
||||||
ripgrep
|
ripgrep
|
||||||
tailscale
|
|
||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue