Infini-DL360/conduwuit: persist data directory
This commit is contained in:
parent
c1425756bd
commit
f901fa7396
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ let
|
||||||
host = "http://localhost:${toString cfg.settings.global.port}";
|
host = "http://localhost:${toString cfg.settings.global.port}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
persist.directories = [ "/var/lib/private/conduwuit" ];
|
||||||
|
|
||||||
services.conduwuit = {
|
services.conduwuit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.conduwuit.packages.x86_64-linux.default;
|
package = inputs.conduwuit.packages.x86_64-linux.default;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue