From 1ad9ffebd454b4ac4692572a782acbe08fc05bb7 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 17 Mar 2025 15:08:39 +0300 Subject: [PATCH] add 8889 port --- hosts/ymir/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index a224df3..a559d52 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -34,6 +34,7 @@ networking.hostName = "ymir"; # Define your hostname. + networking.firewall.allowedTCPPorts = [ 8889]; home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.users.osbm = import ../../home/home.nix {