gendry: allow luks discards
All checks were successful
flake / flake (push) Successful in 1m15s

This commit is contained in:
Jake Hillion 2024-07-17 09:33:33 +01:00
parent 5dcf3b8e3f
commit 462f0eecf4

View File

@ -28,7 +28,10 @@
options = [ "subvol=nix" ];
};
boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/af328e8d-d929-43f1-8d04-1c96b5147e5e";
boot.initrd.luks.devices."root" = {
device = "/dev/disk/by-uuid/af328e8d-d929-43f1-8d04-1c96b5147e5e";
allowDiscards = true;
};
fileSystems."/data" =
{