From 0f3b572a1adee6e942802aabe22c64916a80c8e4 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 25 Feb 2025 12:46:04 +0300 Subject: [PATCH] openFirewall --- hosts/ymir/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 49cf568..b7ccf7d 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -103,6 +103,7 @@ services.open-webui = { enable = true; port = 7070; + openFirewall = true; environment = { SCARF_NO_ANALYTICS = "True"; DO_NOT_TRACK = "True";