mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
fix(nix): use user specified package for systemd service
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user