summaryrefslogtreecommitdiff
path: root/hosts/piframe
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/piframe')
-rw-r--r--hosts/piframe/configuration.nix3
1 files changed, 3 insertions, 0 deletions
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;