summaryrefslogtreecommitdiffstats
path: root/tv/1systems/xu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-10-13 21:57:08 +0200
committertv <tv@krebsco.de>2016-10-13 22:11:32 +0200
commitce58a50de30fd49d4c000a81f9b7ce9baf0ccd66 (patch)
tree0c7d0012066083cc6ee9546c2634fe4c38f65a9e /tv/1systems/xu.nix
parent6e2e2630c0517e2bb9df2aa8f4e74f0c87ce76f5 (diff)
xu: mount /bku
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r--tv/1systems/xu.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix
index 119399ac..85ac23e9 100644
--- a/tv/1systems/xu.nix
+++ b/tv/1systems/xu.nix
@@ -138,6 +138,11 @@ with config.krebs.lib;
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
+ "/bku" = {
+ device = "/dev/mapper/xuvga-bku";
+ fsType = "btrfs";
+ options = ["defaults" "noatime" "ssd" "compress=lzo"];
+ };
"/home" = {
device = "/dev/mapper/xuvga-home";
fsType = "btrfs";