From 29ae7fc2bad17edbe7b5e853e9c9d9ff96943d8e Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 10 Jul 2023 23:30:04 +0200 Subject: [PATCH] machine/newton: cleanup kernelModules --- machines/newton/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/machines/newton/hardware-configuration.nix b/machines/newton/hardware-configuration.nix index 62869a1..4aaa895 100644 --- a/machines/newton/hardware-configuration.nix +++ b/machines/newton/hardware-configuration.nix @@ -12,8 +12,6 @@ boot.initrd.kernelModules = [ "dm-snapshot" ]; - boot.kernelModules = [ ]; - boot.extraModulePackages = [ ]; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }