glotzbert: add options relatime,discard to / rootfs

This commit is contained in:
Astro 2022-06-24 01:25:17 +02:00
parent 639fbb597e
commit 160af5e371
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/3a8ddd25-0c5d-4fec-b957-bdcea1c52db4";
fsType = "ext4";
options = [ "relatime" "discard" ];
};
fileSystems."/boot" = {