open 3000 in firewall
This commit is contained in:
parent
77bb2b5084
commit
9d2fd3aba2
1 changed files with 3 additions and 4 deletions
|
|
@ -14,10 +14,9 @@
|
||||||
|
|
||||||
horseman.username = "horseman";
|
horseman.username = "horseman";
|
||||||
|
|
||||||
networking = {
|
networking.hostName = "solis";
|
||||||
hostName = "solis";
|
|
||||||
firewall.allowedTCPPorts = [80 443];
|
networking.firewall.allowedTCPPorts = [3000];
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue