krebs puyak: add /bku

This commit is contained in:
lassulus 2017-07-22 22:09:44 +02:00
parent f4a192f5f8
commit 54b86a5bcd

View File

@ -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";