diff --git a/modules/desktop.nix b/modules/desktop.nix index 0457a8e..689d6dc 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -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" ]; + # }; }