paperless accessible via wireguard

This commit is contained in:
Ingolf Wagner 2024-03-09 16:50:33 +01:00
parent 7e05a9438b
commit 3ad0baf9da
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 0 deletions

View file

@ -130,6 +130,7 @@ in
hostNames = [
"robi.${network}"
hosts.robi
"robi"
"144.76.13.147"
"git.ingolf-wagner.de"
"taskd.ingolf-wagner.de"

View file

@ -2,6 +2,7 @@
services.paperless = {
enable = true;
address = "0.0.0.0";
};
networking.firewall.interfaces.wg0.allowedTCPPorts = [ config.services.paperless.port ];