Removed auto mounting for C drive so boot is more consistent
This commit is contained in:
@@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user