From 0db7fd125156e3f477165f5d388f31f38c4aa2e9 Mon Sep 17 00:00:00 2001 From: chexit Date: Tue, 19 May 2026 10:02:52 +0300 Subject: [PATCH] remove mounting of wd blue --- configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {