remove mounting of wd blue
This commit is contained in:
+5
-5
@@ -47,11 +47,11 @@
|
|||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = [ "nosuid" "nodev" "nofail" ];
|
options = [ "nosuid" "nodev" "nofail" ];
|
||||||
};
|
};
|
||||||
"/mnt/wd_blue" = {
|
#"/mnt/wd_blue" = {
|
||||||
device = "/dev/disk/by-uuid/91feabaf-ea5f-490e-9925-56f7c05e7110";
|
# device = "/dev/disk/by-uuid/91feabaf-ea5f-490e-9925-56f7c05e7110";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
options = [ "nosuid" "nodev" "nofail" ];
|
# options = [ "nosuid" "nodev" "nofail" ];
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user