From 1c63b22ef849f3235ff4ae729461e8c90785f920 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 28 Jan 2025 22:05:20 +0100 Subject: [PATCH] open firewall for ollama --- hosts/lambdaos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 6579a90..752384d 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -272,6 +272,7 @@ ollama = { enable = true; acceleration = "cuda"; + openFirewall = true; }; desktopManager.cosmic.enable = true; pcscd = {