hydra: mount / with -o discard

This commit is contained in:
Astro 2022-06-02 02:33:37 +02:00
parent 305867166c
commit 7b2e60398d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/6259dd9a-582b-41bc-aced-8aff8ed9ff32";
fsType = "ext4";
options = [ "relatime" "discard" ];
};
fileSystems."/boot" =