Fix non-mounting
This commit is contained in:
parent
f4ca233d0c
commit
1a8eacccec
|
@ -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" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue