From bceae8c2a3d6264a6519b68ad9f692d94d0c99e1 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 19 Dec 2025 23:59:05 -0600 Subject: open port 8080 on piframe for immich-frame --- hosts/piframe/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/piframe/configuration.nix') diff --git a/hosts/piframe/configuration.nix b/hosts/piframe/configuration.nix index 585b011..00e7c39 100644 --- a/hosts/piframe/configuration.nix +++ b/hosts/piframe/configuration.nix @@ -24,6 +24,9 @@ immich-frame ]; + # Open 8080 for immich-frame + networking.firewall.allowedTCPPorts = [ 8080 ]; + # Enable user timmy for ssh maintenance and wifi secrets _users.timmy = { enable = true; -- cgit v1.2.3