Skip to content

Commit 2e2faa3

Browse files
committed
feat(nixos): open port 18789 for OpenClaw dashboard
1 parent 2fdf4b6 commit 2e2faa3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

hosts/nixos/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ in
2828
networking = {
2929
hostName = "box";
3030
networkmanager.enable = true;
31-
firewall.allowedTCPPorts = [ 22 ];
31+
firewall.allowedTCPPorts = [
32+
22
33+
18789
34+
];
3235
};
3336

3437
# Locale and timezone

0 commit comments

Comments
 (0)