Disabled automatic mounting of E drive bcz it caused some issues

This commit is contained in:
2025-08-30 15:28:41 +03:00
parent 494abaa6a2
commit 8ea9cbb602

View File

@@ -17,10 +17,10 @@
};
# Automatically mount E drive
fileSystems."/mnt/e" = {
device = "/dev/sda2";
fsType = "ntfs-3g";
options = [ "rw" "noatime" "uid=1000" ];
};
# fileSystems."/mnt/e" = {
# device = "/dev/sda2";
# fsType = "ntfs-3g";
# options = [ "rw" "noatime" "uid=1000" ];
# };
}