tv wu: rebuild with ext4
This commit is contained in:
parent
9067d6e3ac
commit
6b99dff099
|
@ -26,18 +26,15 @@ with import <stockholm/lib>;
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/mapper/wuvga-root";
|
device = "/dev/mapper/wuvga-root";
|
||||||
fsType = "btrfs";
|
fsType = "ext4";
|
||||||
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
|
||||||
};
|
};
|
||||||
"/bku" = {
|
"/bku" = {
|
||||||
device = "/dev/mapper/wuvga-bku";
|
device = "/dev/mapper/wuvga-bku";
|
||||||
fsType = "btrfs";
|
fsType = "ext4";
|
||||||
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
|
||||||
};
|
};
|
||||||
"/home" = {
|
"/home" = {
|
||||||
device = "/dev/mapper/wuvga-home";
|
device = "/dev/mapper/wuvga-home";
|
||||||
fsType = "btrfs";
|
fsType = "ext4";
|
||||||
options = ["defaults" "noatime" "ssd" "compress=lzo"];
|
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/sda1";
|
device = "/dev/sda1";
|
||||||
|
|
Loading…
Reference in a new issue