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