From 166709feaeb58ea6a5d8a168a7bde669de1380cf Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 13 Jul 2025 06:30:27 +0530 Subject: [PATCH] feat: Disable the firewall for local machine --- nixos/tsuba/services/homeassistant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tsuba/services/homeassistant.nix b/nixos/tsuba/services/homeassistant.nix index bedce8ea..e0e3f72c 100644 --- a/nixos/tsuba/services/homeassistant.nix +++ b/nixos/tsuba/services/homeassistant.nix @@ -5,6 +5,7 @@ }: { virtualisation.docker.enable = true; users.extraUsers.servius.extraGroups = ["docker"]; + networking.firewall.enable = false; services.caddy = { virtualHosts."home.darksailor.dev".extraConfig = '' import hetzner