systemd not user service

This commit is contained in:
Zynh Ludwig 2024-12-27 02:58:39 -08:00
parent 0f38736200
commit 0be4caf364

View file

@ -11,7 +11,7 @@ in
};
config = lib.mkIf cfg.enable {
systemd.user.services.nyazoom = {
systemd.services.nyazoom = {
script = ''
DATABASE_URL="sqlite:///var/lib/nyazoom/data" ${lib.getExe nyazoom}
'';