tries to fix actual-server systemd file

This commit is contained in:
Dennis Schoepf 2026-01-20 20:38:03 +01:00
parent 10e0aee966
commit 603c4cc78f

View file

@ -14,7 +14,7 @@
};
serviceConfig = {
Type = "simple";
ExecStart = "${pkgs.actual-server}/bin/actual-server";
ExecStart = "/run/current-system/sw/bin/actual-server";
Restart = "on-failure";
RestartSec = 3;
};