l icarus: (re)add /bku

This commit is contained in:
lassulus 2017-07-22 22:15:40 +02:00
parent 54b86a5bcd
commit e9f318037c

View File

@ -36,11 +36,11 @@
"/boot" = {
device = "/dev/sda2";
};
#"/bku" = {
# device = "/dev/mapper/pool-bku";
# fsType = "btrfs";
# options = ["defaults" "noatime" "ssd" "compress=lzo"];
#};
"/bku" = {
device = "/dev/mapper/pool-bku";
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
"/home" = {
device = "/dev/mapper/pool-home";
fsType = "btrfs";