add allow discard to cryptroot

This commit is contained in:
2025-04-29 15:56:14 +02:00
parent 3239948de6
commit e8fac6e226

View File

@ -4,6 +4,7 @@
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f";
boot.initrd.luks.devices.cryptroot.allowDiscards = true;
services.displayManager.enable = true;
services.displayManager.ly.enable = true;