diff options
author | lassulus <lassulus@lassul.us> | 2017-07-22 22:09:44 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-22 22:09:44 +0200 |
commit | 54b86a5bcd8931171b31fb15ae5c0bbc1e1756cb (patch) | |
tree | 631d029010959f38778963217234bcf63c3fa661 | |
parent | f4a192f5f83d5e8a88c0e287b45c0fadf12f6907 (diff) |
krebs puyak: add /bku
-rw-r--r-- | krebs/1systems/puyak/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index f55da019a..bcf63dc4b 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -30,6 +30,11 @@ "/boot" = { device = "/dev/sda2"; }; + "/bku" = { + device = "/dev/mapper/pool-bku"; + fsType = "btrfs"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; + }; "/home" = { device = "/dev/mapper/pool-home"; fsType = "btrfs"; |