diff --git a/.config/linux/system/module/common/Network.nix b/.config/linux/system/module/common/Network.nix index a6a5e28..2f4e371 100644 --- a/.config/linux/system/module/common/Network.nix +++ b/.config/linux/system/module/common/Network.nix @@ -1,3 +1,4 @@ -{ ... }: { +{ lib, ... }: { + networking.useDHCP = lib.mkDefault true; networking.networkmanager.enable = true; }