disable old HDD mount
This commit is contained in:
parent
114fae331f
commit
43e14afa38
@ -40,10 +40,10 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/hdd" =
|
# fileSystems."/mnt/hdd" =
|
||||||
{ device = "/dev/mapper/ManjaroVG-ManjaroRoot";
|
# { device = "/dev/mapper/ManjaroVG-ManjaroRoot";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
};
|
# };
|
||||||
|
|
||||||
fileSystems."/mnt/medias" =
|
fileSystems."/mnt/medias" =
|
||||||
{ device = "10.30.0.1:/mnt/medias";
|
{ device = "10.30.0.1:/mnt/medias";
|
||||||
|
Loading…
Reference in New Issue
Block a user