tv alnus: btrfs -> ext4

This commit is contained in:
tv 2020-08-26 17:32:32 +02:00
parent 358633f973
commit 0ba7da5533
1 changed files with 2 additions and 2 deletions

View File

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