Fix non-mounting

This commit is contained in:
Jimbo 2024-12-18 23:12:04 -05:00
parent f4ca233d0c
commit 1a8eacccec

View file

@ -19,12 +19,10 @@
};
"/mnt/Windows1" = {
device = "/dev/disk/by-uuid/48F5C6E06416229C";
fsType = "ntfs";
options = [ "nosuid" "nodev" "noauto" ];
};
"/mnt/Windows2" = {
device = "/dev/disk/by-uuid/0A5A3420237C863A";
fsType = "ntfs";
options = [ "nosuid" "nodev" "noauto" ];
};