about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-02-08 15:07:06 +0100
committerProfpatsch <mail@profpatsch.de>2016-02-08 15:07:06 +0100
commit890e08ad31e5429569ed9a502bc638836df9d05b (patch)
tree151a9a49232a671ac4f00319169141857fb51158 /machines/profpatsch/katara.nix
parent58a526010ce3c8e8c9183cf14fead8fa4fe32418 (diff)
profpatsch: sane experiment
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 3ae65449..00cbe88b 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -26,7 +26,7 @@ in {
     fileSystems."/" = {
       device = "/dev/dm-0";
       fsType = "btrfs";
-      options = "ssd";
+      options = [ "ssd" ];
     };
 
     fileSystems."/boot" = {