rebase: add networking module back to system config
This commit is contained in:
parent
ad0614629d
commit
1f8c24f0a8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue