Setup paperless host and reverse proxy for acme http challange
This commit is contained in:
parent
a2855162eb
commit
c1e74a4494
13 changed files with 184 additions and 3 deletions
8
config/hosts/paperless/paperless.nix
Normal file
8
config/hosts/paperless/paperless.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
consumptionDir = "/mnt/paperless-consume";
|
||||
passwordFile = "/secrets/paperless-admin-password.secret";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue