sayuri: Allow discards on data ssd

pull/52/head
Simon Bruder 2021-05-07 14:37:53 +02:00
parent ec50bc210b
commit ca2136ef04
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 1 deletions

View File

@ -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";