tv alnus: btrfs -> ext4
This commit is contained in:
parent
358633f973
commit
0ba7da5533
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue