From e6591ef4c5f837fa2036c0e9627b9783f2de29c6 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 26 Feb 2025 03:20:34 +0530 Subject: [PATCH] feat: disable firewall --- hosts/capella/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/capella/default.nix b/hosts/capella/default.nix index 6f59b2c..2e89358 100644 --- a/hosts/capella/default.nix +++ b/hosts/capella/default.nix @@ -66,7 +66,10 @@ }; }; - networking.hostName = "capella"; + networking = { + hostName = "capella"; + firewall.enable = false; + }; users = { users.${username} = {