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 {