diff options
author | tv <tv@krebsco.de> | 2016-10-13 21:57:08 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-13 22:11:32 +0200 |
commit | ce58a50de30fd49d4c000a81f9b7ce9baf0ccd66 (patch) | |
tree | 0c7d0012066083cc6ee9546c2634fe4c38f65a9e | |
parent | 6e2e2630c0517e2bb9df2aa8f4e74f0c87ce76f5 (diff) |
xu: mount /bku
-rw-r--r-- | tv/1systems/xu.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 119399ac2..85ac23e9d 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"; |