Merge pull request #454 from z0w13/patch-1

This commit is contained in:
Aarnav Tale
2026-02-25 20:35:13 -05:00
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ in {
Group = config.services.headscale.group;
StateDirectory = "headplane";
ExecStart = "${pkgs.headplane}/bin/headplane";
ExecStart = "${cfg.package}/bin/headplane";
Restart = "always";
RestartSec = 5;