tv alnus: btrfs -> ext4

This commit is contained in:
tv 2020-08-26 17:32:32 +02:00
parent 358633f973
commit 0ba7da5533

View File

@ -31,12 +31,12 @@ with import <stockholm/lib>;
}; };
"/" = { "/" = {
device = "/dev/mapper/main-root"; device = "/dev/mapper/main-root";
fsType = "btrfs"; fsType = "ext4";
options = [ "defaults" "noatime" ]; options = [ "defaults" "noatime" ];
}; };
"/home" = { "/home" = {
device = "/dev/mapper/main-home"; device = "/dev/mapper/main-home";
fsType = "btrfs"; fsType = "ext4";
options = [ "defaults" "noatime" ]; options = [ "defaults" "noatime" ];
}; };
}; };