tv wu: rebuild with ext4

This commit is contained in:
tv 2018-07-09 22:31:19 +02:00
parent 9067d6e3ac
commit 6b99dff099

View File

@ -26,18 +26,15 @@ with import <stockholm/lib>;
fileSystems = {
"/" = {
device = "/dev/mapper/wuvga-root";
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
fsType = "ext4";
};
"/bku" = {
device = "/dev/mapper/wuvga-bku";
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
fsType = "ext4";
};
"/home" = {
device = "/dev/mapper/wuvga-home";
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
fsType = "ext4";
};
"/boot" = {
device = "/dev/sda1";