forked from Zynh0722/permafrost
fix nyazoom service
This commit is contained in:
parent
c1a8a1dce1
commit
b1e28f86b2
1 changed files with 3 additions and 0 deletions
|
@ -15,7 +15,10 @@ in
|
||||||
script = ''
|
script = ''
|
||||||
DATABASE_URL="sqlite:///var/lib/nyazoom/data" ${lib.getExe nyazoom}
|
DATABASE_URL="sqlite:///var/lib/nyazoom/data" ${lib.getExe nyazoom}
|
||||||
'';
|
'';
|
||||||
|
wantedBy = [ "network.target" ];
|
||||||
wants = [ "network.target" ];
|
wants = [ "network.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 3000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue