From 567a339d57f5e75fd6c416cf00041bdcec8ed17d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 4 May 2025 13:17:37 +0200 Subject: [PATCH] core: deduplicate dm-snapshot module --- machines/core/modules.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/core/modules.nix b/machines/core/modules.nix index 4977464..b608601 100644 --- a/machines/core/modules.nix +++ b/machines/core/modules.nix @@ -13,7 +13,6 @@ _: { ]; kernelModules = [ - "dm-snapshot" "e1000e" "nvme" ];