sayuri: Allow discards on data ssd
This commit is contained in:
parent
ec50bc210b
commit
ca2136ef04
|
@ -55,7 +55,8 @@
|
|||
fsType = "btrfs";
|
||||
options = [ "discard=async" "noatime" "compress=zstd" ];
|
||||
encrypted = {
|
||||
label = "data-ssd";
|
||||
# !!! HACK
|
||||
label = "data-ssd --allow-discards";
|
||||
enable = true;
|
||||
blkDev = "/dev/disk/by-uuid/41baa168-7fa0-4eb3-b314-50766ddf126d";
|
||||
keyFile = "/mnt-root/root/luks-data";
|
||||
|
|
Loading…
Reference in a new issue