From 5e8bf9b54c9b68f95fad811075d01b22327c5071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Tue, 20 Jun 2017 07:28:47 -0400 Subject: Update systemhttpd binary. --- config/systemhttpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/systemhttpd.nix') 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"; -- cgit v1.2.3