summaryrefslogtreecommitdiff
path: root/hosts/piframe
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-12-19 23:59:05 -0600
committerTim Keller <tjk@tjkeller.xyz>2025-12-19 23:59:05 -0600
commitbceae8c2a3d6264a6519b68ad9f692d94d0c99e1 (patch)
treea84e3438e733411cdd99f8ef9145183451ae4378 /hosts/piframe
parent8ae0627d84956cb7b0d7b4d37541aab742dac9c1 (diff)
downloadnixos-bceae8c2a3d6264a6519b68ad9f692d94d0c99e1.tar.xz
nixos-bceae8c2a3d6264a6519b68ad9f692d94d0c99e1.zip
open port 8080 on piframe for immich-frame
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;