From 1f8c24f0a873e3f05ed1fafdbd0ec60ba6618ef2 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Fri, 28 Feb 2025 19:24:21 +0800 Subject: [PATCH] rebase: add networking module back to system config --- systems/nemesis.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/nemesis.nix b/systems/nemesis.nix index 6497212..2b88a50 100644 --- a/systems/nemesis.nix +++ b/systems/nemesis.nix @@ -8,7 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hw-nemesis.nix -# ../modules/networking.nix + ../modules/networking.nix ]; # Bootloader. @@ -87,7 +87,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - networking.firewall.enable = false; + # networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions