paperless accessible via wireguard

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

View file

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