load dm_thin_pool kernel module

This commit is contained in:
RootHost-Stormwind
2025-01-13 02:18:00 +01:00
parent 0f317774ff
commit a6eedec5df

View File

@@ -11,5 +11,8 @@
}; };
}; };
}; };
# Load the kernel volume for lvm thin provisioning
boot.kernelModules = [ "dm_thin_pool" ];
} }