open up 8000 port
This commit is contained in:
parent
6ae1273a17
commit
3aaf3d11e8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
networking.hostName = "ymir"; # Define your hostname.
|
||||
|
||||
networking.firewall.allowedTCPPorts = [8889];
|
||||
networking.firewall.allowedTCPPorts = [8889 8000];
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.osbm = import ../../home/home.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue