add dm_snapshot kernel module

This commit is contained in:
RootHost-Stormwind
2025-01-14 13:10:24 +01:00
parent e9ab35b482
commit 1d06a7e8bc

View File

@@ -13,6 +13,6 @@
};
# Load the kernel volume for lvm thin provisioning
boot.kernelModules = [ "dm_thin_pool" ];
boot.kernelModules = [ "dm_thin_pool" "dm_snapshot" ];
}