Skip to content

Commit 451354c

Browse files
committed
mistral: open et port
1 parent 6c26bab commit 451354c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: hosts/mistral/configuration.nix

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
mosh.enable = true;
3131
};
3232

33-
# networking.firewall.allowedTCPPorts = [ 1433 4747 5432 ];
33+
networking.firewall.allowedTCPPorts = [
34+
2022
35+
# 1433
36+
# 4747
37+
# 5432
38+
];
3439

3540
services = {
3641
dbus.implementation = "broker";

0 commit comments

Comments
 (0)