diff --git a/nodes/hosts/common/system/networking.nix b/nodes/hosts/common/system/networking.nix index 98e8d91..5764a64 100644 --- a/nodes/hosts/common/system/networking.nix +++ b/nodes/hosts/common/system/networking.nix @@ -1,4 +1,4 @@ -{ config, lib, ...}: { +{ config, ...}: { networking.networkmanager.enable = true; networking.useDHCP = lib.mkDefault true; }