tv zu: add fileSystems."/bku"
This commit is contained in:
parent
91e48fae04
commit
4580d831a8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user