1
0
Fork 0

Create temporary partition for MH Wilds on totsugeki

This commit is contained in:
Avery 2025-03-09 22:06:51 +01:00
parent 750cf31886
commit 1178b3ee53
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -23,5 +23,9 @@
fsType = "ntfs";
options = [ "nofail" ];
};
"/mnt/MHWildsTemp" = {
device = "/dev/disk/by-uuid/674312a5-9d19-4e06-99ce-1481f3b45acd";
fsType = "ext4";
};
};
}