From 0b4cd202dbb96ac949891247bbc2c8b1bb654db3 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 13 Nov 2024 23:16:03 +0100 Subject: Disable firewall on corsac (for now) Signed-off-by: Mel --- machines/corsac/devices.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix index 0c4ddd7..224029b 100644 --- a/machines/corsac/devices.nix +++ b/machines/corsac/devices.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ lib, config, pkgs, ... }: { # boot settings @@ -14,7 +14,7 @@ networking = { useDHCP = false; # todo: configure properly - firewall.enable = false; + firewall.enable = lib.mkForce false; }; systemd.network.enable = true; -- cgit 1.4.1