This commit is contained in:
nora 2026-06-01 20:59:57 +02:00
parent 6c24213ec6
commit b49a602213

View file

@ -29,4 +29,6 @@ let nasDir = "/mnt/nas/HEY/_Nora/paperless"; in {
reverse_proxy * localhost:${builtins.toString config.services.paperless.port}
'';
};
networking.firewall.allowedTCPPorts = [ config.services.paperless.port ];
}