summaryrefslogtreecommitdiffstats
path: root/tv/1systems/zu/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/1systems/zu/config.nix')
-rw-r--r--tv/1systems/zu/config.nix5
1 files changed, 5 insertions, 0 deletions
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 <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";