diff options
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/zu/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index 1a924a4..05c1429 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"; |