forked from Zynh0722/permafrost
systemd not user service
This commit is contained in:
parent
0f38736200
commit
0be4caf364
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue