oops wrong file

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

View File

@@ -56,7 +56,8 @@
acme.enable = true; acme.enable = true;
kop-monitor.enable = true; kop-monitor.enable = true;
kop-fileshare = { kop-fileshare = {
basePath = [ "/stash" ]; basePath = "/stash";
dataDir = "/1tbssd/kop-fileshare";
enable = true; enable = true;
}; };
nginx.enable = true; nginx.enable = true;

View File

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