From 7c3146c1904331e12c70508dadcd9dc63e3c9fa6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Apr 2018 23:04:04 +0200 Subject: syntax --- odin/hw.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin/hw.nix b/odin/hw.nix index ea90715f..5227e87e 100644 --- a/odin/hw.nix +++ b/odin/hw.nix @@ -51,7 +51,7 @@ fileSystems."/home" = { device = "/dev/disk/by-uuid/e4737a9e-2a25-4247-936d-c0c4bad82970"; fsType = "ext4"; - options = "defaults,quota"; + options = [ "defaults" "quota" ]; }; fileSystems."/root" = -- cgit v1.2.3