From 160af5e37187957397bc459fc57aa20f968ff24d Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 24 Jun 2022 01:25:17 +0200 Subject: [PATCH] glotzbert: add options relatime,discard to / rootfs --- hosts/glotzbert/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/glotzbert/hardware-configuration.nix b/hosts/glotzbert/hardware-configuration.nix index 36ef9b1e..700acaed 100644 --- a/hosts/glotzbert/hardware-configuration.nix +++ b/hosts/glotzbert/hardware-configuration.nix @@ -14,6 +14,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/3a8ddd25-0c5d-4fec-b957-bdcea1c52db4"; fsType = "ext4"; + options = [ "relatime" "discard" ]; }; fileSystems."/boot" = {