fixed paperless
This commit is contained in:
parent
3a875e0c1f
commit
c8f163ed0c
6 changed files with 64 additions and 21 deletions
|
@ -17,6 +17,12 @@
|
|||
"services/zfs_smtp_token" = {
|
||||
sopsFile = "${inputs.secrets}/defiant-services.yaml";
|
||||
};
|
||||
"services/paperless_password" = {
|
||||
sopsFile = "${inputs.secrets}/defiant-services.yaml";
|
||||
mode = "0700";
|
||||
owner = "paperless";
|
||||
group = "paperless";
|
||||
};
|
||||
};
|
||||
|
||||
host = {
|
||||
|
@ -289,8 +295,9 @@
|
|||
};
|
||||
|
||||
paperless = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
subdomain = "documents";
|
||||
passwordFile = config.sops.secrets."services/paperless_password".path;
|
||||
};
|
||||
|
||||
qbittorrent = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue