From 4580d831a889b6260210ec2abb01ca387f35f801 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 1 Aug 2017 22:55:16 +0200 Subject: tv zu: add fileSystems."/bku" --- tv/1systems/zu/config.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tv/1systems') diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index 1a924a47..05c14299 100644 --- a/tv/1systems/zu/config.nix +++ b/tv/1systems/zu/config.nix @@ -29,6 +29,11 @@ with import ; fsType = "btrfs"; options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; + "/bku" = { + device = "/dev/mapper/zuvga-bku"; + fsType = "btrfs"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; + }; "/home" = { device = "/dev/mapper/zuvga-home"; fsType = "btrfs"; -- cgit v1.2.3