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
7
config/hosts/web-public-1/default.nix
Normal file
7
config/hosts/web-public-1/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./nginx.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue