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 | 5e5fa5ec24cc34da289d859c41b24142645a72e7 (patch) | |
tree | 5f821dcb56d54db07050757fd70fd1fa46013ec0 /tv/1systems/xu.nix | |
parent | 740ad8f9f5381853544226349148a9e24ce9bccd (diff) |
xu: mount /bku
Diffstat (limited to 'tv/1systems/xu.nix')
-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 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"; |