bcachefs
This commit is contained in:
@@ -22,17 +22,10 @@ let
|
||||
in
|
||||
{
|
||||
fileSystems = {
|
||||
"/media/matt/Steam" = {
|
||||
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
|
||||
"/media/matt/data" = {
|
||||
device = "/dev/disk/by-uuid/f851d21e-27b3-4353-aa19-590d244db6e5";
|
||||
fsType = "bcachefs";
|
||||
options = [
|
||||
"subvol=steam"
|
||||
"noatime"
|
||||
] ++ defaultLocalOptions;
|
||||
};
|
||||
"/media/matt/Heroic" = {
|
||||
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
|
||||
options = [
|
||||
"subvol=heroic"
|
||||
"noatime"
|
||||
] ++ defaultLocalOptions;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user