Created
August 13, 2024 15:17
-
-
Save Lillecarl/a6a1053f266d18e51bba44ec23794deb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_: | |
{ | |
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