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";
|
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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user