From 3a292a8a9c50539385eb8d69612a0944003e27cd Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Jan 2016 10:44:42 +0100 Subject: machines/tyree: Set mount options for rootfs Should be more suitable for the MMC flash device and also deactivates access times. Signed-off-by: aszlig --- machines/aszlig/managed/tyree.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'machines') diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix index 8533d703..afe81b74 100644 --- a/machines/aszlig/managed/tyree.nix +++ b/machines/aszlig/managed/tyree.nix @@ -21,6 +21,13 @@ fileSystems."/".label = "tyree-root"; fileSystems."/".fsType = "btrfs"; + fileSystems."/".options = lib.concatStringsSep "," [ + "compress=lzo" + "discard" + "noatime" + "space_cache" + "ssd" + ]; swapDevices = lib.singleton { label = "tyree-swap"; -- cgit 1.4.1