Sheol: convert storage from ntfs to btrfs
This commit is contained in:
parent
7d4f792beb
commit
41e3dce6b1
1 changed files with 3 additions and 2 deletions
|
@ -61,11 +61,12 @@
|
||||||
neededForBoot = false;
|
neededForBoot = false;
|
||||||
};
|
};
|
||||||
"/mnt/WD" = {
|
"/mnt/WD" = {
|
||||||
device = "/dev/disk/by-uuid/EA2866C92866947B";
|
device = "/dev/disk/by-uuid/493620e5-c09c-7530-9999-539b68238156";
|
||||||
fsType = "ntfs";
|
fsType = "btrfs";
|
||||||
options = [
|
options = [
|
||||||
"nofail"
|
"nofail"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
|
"noexec"
|
||||||
];
|
];
|
||||||
neededForBoot = false;
|
neededForBoot = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue