From af0ff75f475538d151ff08fa78e906dece936801 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 11 Sep 2025 00:15:16 -0600 Subject: [PATCH] srv: remove unnecesary open ports --- sys/platforms/vps/srv/calibre-web.nix | 1 - sys/platforms/vps/srv/immich.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/platforms/vps/srv/calibre-web.nix b/sys/platforms/vps/srv/calibre-web.nix index 7432ae3..28e4c11 100644 --- a/sys/platforms/vps/srv/calibre-web.nix +++ b/sys/platforms/vps/srv/calibre-web.nix @@ -21,7 +21,6 @@ with lib; { calibre-web = { enable = true; - openFirewall = true; options = { enableBookUploading = true; calibreLibrary = "/var/lib/calibre-web/calibre_library"; diff --git a/sys/platforms/vps/srv/immich.nix b/sys/platforms/vps/srv/immich.nix index 1fb0fc8..cad0b6a 100644 --- a/sys/platforms/vps/srv/immich.nix +++ b/sys/platforms/vps/srv/immich.nix @@ -22,7 +22,6 @@ with lib; { immich = { enable = true; secretsFile = "/var/trust/immich/secrets.txt"; - openFirewall = true; mediaLocation = "/mnt/export2178/immich/media"; machine-learning.enable = false; environment = {