paperless accessible via wireguard
This commit is contained in:
parent
7e05a9438b
commit
3ad0baf9da
2 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,7 @@ in
|
|||
hostNames = [
|
||||
"robi.${network}"
|
||||
hosts.robi
|
||||
"robi"
|
||||
"144.76.13.147"
|
||||
"git.ingolf-wagner.de"
|
||||
"taskd.ingolf-wagner.de"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
address = "0.0.0.0";
|
||||
};
|
||||
|
||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [ config.services.paperless.port ];
|
||||
|
|
Loading…
Reference in a new issue