ma shiori: fix state path

This commit is contained in:
makefu 2021-04-04 10:24:55 +02:00
parent 0c21854011
commit e49ca9e68e

View file

@ -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" ];