diff --git a/modules/paperless/default.nix b/modules/paperless/default.nix index fba7a5a..b1c0e6f 100644 --- a/modules/paperless/default.nix +++ b/modules/paperless/default.nix @@ -1,5 +1,4 @@ {config, ...}: { - networking.firewall.allowedTCPPorts = [config.services.paperless.port]; # TODO remov services.paperless = { enable = true; address = "0.0.0.0";