diff --git a/makefu/2configs/shiori.nix b/makefu/2configs/shiori.nix index fd6bc9aad..cbccdc1f5 100644 --- a/makefu/2configs/shiori.nix +++ b/makefu/2configs/shiori.nix @@ -3,7 +3,7 @@ let web_port = 9011; statedir = "/var/lib/shiori"; in { - state = [ statedir ]; + state = [ "/var/lib/private/shiori" ]; # when using dynamicUser systemd.services.shiori = { description = "Shiori Server"; after = [ "network-online.target" ];