From 4580d831a889b6260210ec2abb01ca387f35f801 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Tue, 1 Aug 2017 22:55:16 +0200
Subject: [PATCH] tv zu: add fileSystems."/bku"

---
 tv/1systems/zu/config.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix
index 1a924a477..05c14299c 100644
--- a/tv/1systems/zu/config.nix
+++ b/tv/1systems/zu/config.nix
@@ -29,6 +29,11 @@ with import <stockholm/lib>;
       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";