diff --git a/configuration.nix b/configuration.nix index c52a612..46350a2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,10 +34,7 @@ services.gnome.gnome-keyring.enable = true; - services.resolved = { - enable = true; - dnssec = "false"; - }; + services.resolved.enable = true; networking.networkmanager.enable = true; diff --git a/machines/p330/hardware-configuration.nix b/machines/p330/hardware-configuration.nix index 3147665..d523bf1 100644 --- a/machines/p330/hardware-configuration.nix +++ b/machines/p330/hardware-configuration.nix @@ -39,7 +39,7 @@ swapDevices = [{ device = "/dev/disk/by-uuid/b90199d6-05e8-4994-bf9d-7b07f10d583e"; }]; - networking.interfaces.eno1.useDHCP = lib.mkDefault true; + networking.useDHCP = lib.mkDefault true; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;