From 9a132baaedd53be592aada655379ab2e7bd295dc Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 28 Sep 2022 21:16:31 +0200 Subject: Firewall: Allow tcp:9090 (calibre) --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index eebbf81..4a34c39 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -42,7 +42,7 @@ nameservers = [ "9.9.9.9" ]; firewall = { enable = true; - allowedTCPPorts = [ 80 22 ]; + allowedTCPPorts = [ 80 22 9090 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. }; -- cgit 1.4.1