From 66a910c1b789a14d763c0d79827dfeba01ea8dd5 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Mon, 6 Feb 2023 18:27:09 +0900
Subject: feat(nixos/cobalt): explicitly enable firewall

---
 nixos/cobalt/configuration.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nixos/cobalt/configuration.nix b/nixos/cobalt/configuration.nix
index 85d7e6c..1850438 100644
--- a/nixos/cobalt/configuration.nix
+++ b/nixos/cobalt/configuration.nix
@@ -113,6 +113,8 @@ in
   networking.defaultGateway6 = { address = ipv6.gateway; interface = networkInterface; };
   networking.nameservers = [ "8.8.8.8" ];
 
+  networking.firewall.enable = true;
+
   # Set your time zone.
   time.timeZone = "UTC";
 
-- 
cgit 1.4.1