krebs puyak: add /bku
This commit is contained in:
parent
f4a192f5f8
commit
54b86a5bcd
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue