diff options
-rw-r--r-- | config/systemhttpd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systemhttpd.nix b/config/systemhttpd.nix index dacb7cd..a358717 100644 --- a/config/systemhttpd.nix +++ b/config/systemhttpd.nix @@ -14,7 +14,7 @@ in RUST_LOG = "error,systemhttp=info,main=info"; }; serviceConfig = { - ExecStart = "${pkgs.systemhttpd}/bin/main --port ${toString port} " + + ExecStart = "${pkgs.systemhttpd}/bin/systemhttpd --port ${toString port} " + "--db_file /var/lib/systemhttpd/db.sqlite " + "--base_url https://kj.orbekk.com/systemd/ serve"; User = "root"; |