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;
|
||||
};
|
||||
"/mnt/WD" = {
|
||||
device = "/dev/disk/by-uuid/EA2866C92866947B";
|
||||
fsType = "ntfs";
|
||||
device = "/dev/disk/by-uuid/493620e5-c09c-7530-9999-539b68238156";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
"nofail"
|
||||
"x-systemd.automount"
|
||||
"noexec"
|
||||
];
|
||||
neededForBoot = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue