From ad9d704ac32c30a90dda792b9ce983cd2166bcc1 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 27 Feb 2016 15:39:53 +0100 Subject: tv: mute random new filesystem option deprecation warning --- tv/1systems/xu.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tv/1systems/xu.nix') diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 15531060..46fb59ff 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -138,12 +138,12 @@ with config.krebs.lib; "/" = { device = "/dev/mapper/xuvga-root"; fsType = "btrfs"; - options = "defaults,noatime,ssd,compress=lzo"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; "/home" = { device = "/dev/mapper/xuvga-home"; fsType = "btrfs"; - options = "defaults,noatime,ssd,compress=lzo"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; "/boot" = { device = "/dev/sda1"; @@ -151,7 +151,7 @@ with config.krebs.lib; "/tmp" = { device = "tmpfs"; fsType = "tmpfs"; - options = "nosuid,nodev,noatime"; + options = ["nosuid" "nodev" "noatime"]; }; }; -- cgit v1.2.3