mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/services/archivebox: fix Service.ExecStart
directive
This commit is contained in:
parent
c702356cab
commit
6f8e19ae88
@ -193,7 +193,7 @@ in
|
||||
User = "archivebox";
|
||||
Group = "archivebox";
|
||||
|
||||
ExecStart = "${pkgs.archivebox}/bin/archivebox server localhost:${
|
||||
ExecStart = "${lib.getExe' cfg.package "archivebox"} server localhost:${
|
||||
toString cfg.webserver.port
|
||||
}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user