summaryrefslogtreecommitdiffstats
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
commit645dfc7c5fab3077307e53d33f0c16b31c91a897 (patch)
tree5f821dcb56d54db07050757fd70fd1fa46013ec0
parent956e4d7cff8398fa52e655f47df53198f19fb673 (diff)
xu: mount /bku
-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 119399a..85ac23e 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";