summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-10-13 21:57:08 +0200
committertv <tv@krebsco.de>2016-10-13 21:57:08 +0200
commit9fb29a7030a168046983457f6f7cf9d943661c06 (patch)
tree27bae38b18cc9f1039d85941e36381d2c79309bc /tv/1systems
parentf81a021f0ccf900d8fdcc2c414ebac528f043760 (diff)
xu: mount /bku
Diffstat (limited to 'tv/1systems')
-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";