diff options
author | tv <tv@krebsco.de> | 2017-08-01 22:55:16 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 22:55:16 +0200 |
commit | 82272ad587cfa09c1f8926ffef0101fc254105ac (patch) | |
tree | 963e8276156124a85d316b0050c3060068d840f1 /tv | |
parent | be68618363296618b3476b257e1d33af6347fdac (diff) |
tv zu: add fileSystems."/bku"
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"; |