mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
thin pool
This commit is contained in:
parent
a6a61a1670
commit
30a065a8fc
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "homelab"; # Set the server's hostname
|
||||
boot.initrd.kernelModules = [ "dm_mod" ]; # Device mapper core
|
||||
boot.initrd.kernelModules = [ "dm_mod" "dm_thin_pool" ]; # Device mapper core
|
||||
boot.initrd.availableKernelModules = [
|
||||
"dm_thin_pool" # For LVM thin provisioning
|
||||
# For LVM thin provisioning
|
||||
# Add filesystem types you expect to find on these LVs, e.g., "ext4", "xfs", "zfs" (if using ZFS on LVM)
|
||||
"ext4"
|
||||
"xfs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue