fix(headscale): force close after a few seconds
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
948d12e5b4
commit
65061bac48
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ in {
|
|||
package = headscale-flake;
|
||||
};
|
||||
|
||||
# Takes way too long to shutdown
|
||||
systemd.services."headscale".serviceConfig.TimeoutStopSec = "5";
|
||||
|
||||
environment.etc."headscale/config.yaml".source = mkForce (
|
||||
writeYAML "headscale.yaml" {
|
||||
server_url = "https://headscale.nelim.org";
|
||||
|
|
Loading…
Reference in a new issue