fix(server): don't restart tailscaled when deploying
This commit is contained in:
parent
aa4aac6063
commit
f5be56222f
1 changed files with 4 additions and 1 deletions
|
@ -77,7 +77,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
services.vmagent.serviceConfig.LoadCredential = [ "vm_auth_token:${secrets.get "vmAuthToken"}" ];
|
services = {
|
||||||
|
vmagent.serviceConfig.LoadCredential = [ "vm_auth_token:${secrets.get "vmAuthToken"}" ];
|
||||||
|
tailscaled.restartIfChanged = false;
|
||||||
|
};
|
||||||
|
|
||||||
# For more detail, see:
|
# For more detail, see:
|
||||||
# https://0pointer.de/blog/projects/watchdog.html
|
# https://0pointer.de/blog/projects/watchdog.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue