From 981c43c186308486cf0e2b432d81c3f1968a69f3 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 4 May 2025 13:19:03 +0200 Subject: [PATCH] machine/newton: deduplicate dm-snapshot module --- machines/newton/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/newton/hardware-configuration.nix b/machines/newton/hardware-configuration.nix index 3c97088..45a3738 100644 --- a/machines/newton/hardware-configuration.nix +++ b/machines/newton/hardware-configuration.nix @@ -14,7 +14,6 @@ "virtio_pci" "virtio_scsi" ]; - boot.initrd.kernelModules = [ "dm-snapshot" ]; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }