Allow discards on SSD
This commit is contained in:
parent
272205a1bb
commit
f96a25bd3b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
boot.initrd.luks.devices = {
|
||||
ssd = {
|
||||
device = "/dev/disk/by-partuuid/53773b73-fb8a-4de8-ac58-d9d8ff1be430";
|
||||
allowDiscards = true;
|
||||
};
|
||||
hdd = {
|
||||
device = "/dev/disk/by-partuuid/d4c6a94f-2ae9-e446-9613-2596c564078c";
|
||||
|
|
Loading…
Reference in a new issue