summaryrefslogtreecommitdiffstats
path: root/tv/1systems/xu.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-10-13 21:59:56 +0200
committerlassulus <lass@aidsballs.de>2016-10-13 21:59:56 +0200
commit52f50275651f0c762b7f9712cd6cc31077950421 (patch)
tree37df95c25251e1de010a260e73d6dd24038fdb73 /tv/1systems/xu.nix
parentc419b951efaac4773954e547cf7c1af70a999396 (diff)
parent9fb29a7030a168046983457f6f7cf9d943661c06 (diff)
Merge remote-tracking branch 'cd/master'
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";