rebase: add networking module back to system config

This commit is contained in:
Mohammad Rafiq 2025-02-28 19:24:21 +08:00
parent ad0614629d
commit 1f8c24f0a8

View file

@ -8,7 +8,7 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hw-nemesis.nix ./hw-nemesis.nix
# ../modules/networking.nix ../modules/networking.nix
]; ];
# Bootloader. # Bootloader.
@ -87,7 +87,7 @@
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
networking.firewall.enable = false; # networking.firewall.enable = false;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions