Removed auto mounting for C drive so boot is more consistent

This commit is contained in:
2025-08-31 12:26:40 +03:00
parent 8f534ddaf6
commit 5d750edc8f

View File

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