Skip to content

Instantly share code, notes, and snippets.

@Lillecarl
Created August 13, 2024 15:17
Show Gist options
  • Save Lillecarl/a6a1053f266d18e51bba44ec23794deb to your computer and use it in GitHub Desktop.
Save Lillecarl/a6a1053f266d18e51bba44ec23794deb to your computer and use it in GitHub Desktop.
_:
{
environment.etc."lvm/lvm.conf".text = lib.mkForce ''
devices {
issue_discards = 1
}
allocations {
thin_pool_discards = 1
}
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment