From 4015310d8f400e90c7c4ce95c6679bf04835e64d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 26 Sep 2025 21:58:10 -0500 Subject: [PATCH] updates --- hosts/oren/flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/oren/flake.nix b/hosts/oren/flake.nix index 5f9a69c..4a204db 100644 --- a/hosts/oren/flake.nix +++ b/hosts/oren/flake.nix @@ -35,6 +35,14 @@ ( { config, pkgs, ... }: { + networking = { + firewall = { + allowedTCPPorts = [ + 9991 + ]; + }; + }; + programs = { nix-ld = { enable = true; @@ -62,6 +70,7 @@ appimage-run nodejs_24 foot + ttyd ]; services.ollama = {