From 890e08ad31e5429569ed9a502bc638836df9d05b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 8 Feb 2016 15:07:06 +0100 Subject: profpatsch: sane experiment --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch/katara.nix') 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" = { -- cgit 1.4.1