From 145c659326fa884b89f8b80b8642bcac951b27e4 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 9 Jul 2023 19:06:06 +0200 Subject: [PATCH] secure home-assistant a bit --- nixos/machines/chungus/hass.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/machines/chungus/hass.nix b/nixos/machines/chungus/hass.nix index fc91de5..753a322 100644 --- a/nixos/machines/chungus/hass.nix +++ b/nixos/machines/chungus/hass.nix @@ -10,8 +10,8 @@ }; }; - networking.firewall.allowedTCPPorts = [ 8123 ]; - networking.firewall.allowedUDPPorts = [ 8123 ]; + #networking.firewall.allowedTCPPorts = [ 8123 ]; + #networking.firewall.allowedUDPPorts = [ 8123 ]; networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8123 ]; networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8123 ];