From 0ff7fb71484381dde0fb2916da1a0707aeaf634d Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 12 May 2018 18:12:16 +0200 Subject: [PATCH] fstrim woodhouse --- physical/nuc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/physical/nuc.nix b/physical/nuc.nix index 8b5fc00..186a11e 100644 --- a/physical/nuc.nix +++ b/physical/nuc.nix @@ -19,6 +19,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/fa5026b1-0f73-4233-a417-780c65f3f038"; fsType = "btrfs"; + options = ["defaults" "relatime" "discard"]; }; fileSystems."/boot" =