From 2235abc0b04d444e674e5ba1c2abf65d02db1ee1 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 28 May 2023 22:52:20 +0200 Subject: [PATCH] add media-audiobookshelf.nix --- nixos/machines/chungus/media-audiobookshelf.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/machines/chungus/media-audiobookshelf.nix b/nixos/machines/chungus/media-audiobookshelf.nix index e8c958b..4076a40 100644 --- a/nixos/machines/chungus/media-audiobookshelf.nix +++ b/nixos/machines/chungus/media-audiobookshelf.nix @@ -15,7 +15,6 @@ with pkgs; serviceConfig = { Type = "simple"; WorkingDirectory = "/srv/audiobookshelf"; - #ExecStart = "${unstable.audiobookshelf}/bin/audiobookshelf --host 127.0.0.1 --port 8000"; ExecStart = "${unstable.audiobookshelf}/bin/audiobookshelf --port 8000"; ExecReload = "${util-linux}/bin/kill -HUP $MAINPID"; Restart = "always";