From 451354c6747be6276d7ac3c31b976be4fc8a6493 Mon Sep 17 00:00:00 2001 From: moni-dz Date: Sat, 28 Dec 2024 20:07:48 +0800 Subject: [PATCH] mistral: open et port --- hosts/mistral/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/mistral/configuration.nix b/hosts/mistral/configuration.nix index 8c2effc..f34b9db 100644 --- a/hosts/mistral/configuration.nix +++ b/hosts/mistral/configuration.nix @@ -30,7 +30,12 @@ mosh.enable = true; }; - # networking.firewall.allowedTCPPorts = [ 1433 4747 5432 ]; + networking.firewall.allowedTCPPorts = [ + 2022 + # 1433 + # 4747 + # 5432 + ]; services = { dbus.implementation = "broker";