My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[marvin] update paperless

dish 441c0e3e 7b1e53e5

+1 -1
+1 -1
hosts/marvin/services/paperless.nix
··· 14 14 inherit (d) port; 15 15 address = "0.0.0.0"; 16 16 domain = d.extUrl; 17 - passwordFile = sec.paperless-admin-password.path; 18 17 database.createLocally = true; 19 18 configureTika = true; 20 19 settings = { ··· 28 27 PAPERLESS_APP_TITLE = "dish Docs"; 29 28 PAPERLESS_TASK_WORKERS = 3; 30 29 }; 30 + environmentFile = sec.paperless-secrets.path; 31 31 }; 32 32 33 33 age.secrets = mkServiceSecrets "paperless" ./secrets [