diff options
Diffstat (limited to 'hosts/piframe/configuration.nix')
| -rw-r--r-- | hosts/piframe/configuration.nix | 3 |
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; |
