about summary refs log tree commit diff
path: root/machines/aszlig/mmrnmhrm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig/mmrnmhrm.nix')
-rw-r--r--machines/aszlig/mmrnmhrm.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/machines/aszlig/mmrnmhrm.nix b/machines/aszlig/mmrnmhrm.nix
index 49826d9b..b9d422e6 100644
--- a/machines/aszlig/mmrnmhrm.nix
+++ b/machines/aszlig/mmrnmhrm.nix
@@ -23,12 +23,7 @@ with lib;
     "/" = {
       label = "root";
       fsType = "btrfs";
-      options = concatStringsSep "," [
-        "autodefrag"
-        "space_cache"
-        "compress=lzo"
-        "noatime"
-      ];
+      options = [ "autodefrag" "space_cache" "compress=lzo" "noatime" ];
     };
   };