conf: Paperless Data Location

This commit is contained in:
marthsincemelee
2024-08-14 19:01:29 +02:00
parent af2d9af641
commit 42d2702bad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ in
jellyfin.enable = true;
jellyseerr.enable = true;
paperless = {
enable = false;
enable = true;
port = 28981; # Optional, to override the default port
extraConfig = {
PAPERLESS_ADMIN_USER = "finn";
+1 -1
View File
@@ -26,7 +26,7 @@ in
services.paperless = {
enable = true;
address = "0.0.0.0";
dataDir = "/data/nfs/arr-data/documents/paperless";
dataDir = "/home/finn/documents/paperless";
#inherit (cfg) port extraConfig;
port = cfg.port;
extraConfig = cfg.extraConfig;