Sheol: convert storage from ntfs to btrfs

This commit is contained in:
Kevin Baensch 2024-12-31 15:25:28 +01:00
parent 7d4f792beb
commit 41e3dce6b1
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -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;
};