diff --git a/configuration.nix b/configuration.nix index cece97c..00ea84a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -47,11 +47,11 @@ fsType = "ext4"; options = [ "nosuid" "nodev" "nofail" ]; }; - "/mnt/wd_blue" = { - device = "/dev/disk/by-uuid/91feabaf-ea5f-490e-9925-56f7c05e7110"; - fsType = "ext4"; - options = [ "nosuid" "nodev" "nofail" ]; - }; + #"/mnt/wd_blue" = { + # device = "/dev/disk/by-uuid/91feabaf-ea5f-490e-9925-56f7c05e7110"; + # fsType = "ext4"; + # options = [ "nosuid" "nodev" "nofail" ]; + #}; }; networking = {