This commit is contained in:
parent
22a21d9e40
commit
608791a7a9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, config, ...}: {
|
||||
{lib, pkgs, config, ...}: {
|
||||
# Enable networking with NetworkManager
|
||||
|
||||
networking = {
|
||||
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
useDHCP = true;
|
||||
useDHCP = lib.mkDefault true;
|
||||
enableIPv6 = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue