mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
fix: make consumptiondir private
This commit is contained in:
parent
3acb64e8dc
commit
31c1688207
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
services = {
|
||||
paperless = {
|
||||
enable = true;
|
||||
consumptionDirIsPublic = true;
|
||||
consumptionDirIsPublic = false;
|
||||
settings = {
|
||||
PAPERLESS_CONSUMER_IGNORE_PATTERN = [
|
||||
".DS_STORE/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue