diff --git a/modules/desktop.nix b/modules/desktop.nix index 689d6dc..cd41be0 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -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" = {