summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-01 22:55:16 +0200
committertv <tv@krebsco.de>2017-08-01 22:55:16 +0200
commit4580d831a889b6260210ec2abb01ca387f35f801 (patch)
tree85a87bd875d9255548ec16a2fbbe2c07bd01ba6d /tv/1systems
parent91e48fae045a8b00239ae65bb027143ef9fcc50c (diff)
tv zu: add fileSystems."/bku"
Diffstat (limited to 'tv/1systems')
-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";