add 8889 port

This commit is contained in:
Osman Faruk Bayram 2025-03-17 15:08:39 +03:00
parent a7e2a2fe3c
commit 1ad9ffebd4

View file

@ -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 {