add data dir and path

This commit is contained in:
Kopatz
2024-06-02 12:01:08 +02:00
parent 1f1562ebdf
commit bdaf34c2ad
2 changed files with 5 additions and 1 deletions

View File

@@ -55,7 +55,10 @@
services = {
acme.enable = true;
kop-monitor.enable = true;
kop-fileshare.enable = true;
kop-fileshare = {
basePath = [ "/stash" ];
enable = true;
};
nginx.enable = true;
ente.enable = true;
kavita = {

View File

@@ -19,6 +19,7 @@
#adam-site.enable = true;
kop-fileshare = {
enable = true;
dataDir = "/1tbssd/kop-fileshare";
basePath = "/stash";
};
};