diff --git a/systems/PC-Fixe/hardware-configuration.nix b/systems/PC-Fixe/hardware-configuration.nix index 1deb602..97fc3ee 100644 --- a/systems/PC-Fixe/hardware-configuration.nix +++ b/systems/PC-Fixe/hardware-configuration.nix @@ -40,10 +40,10 @@ fsType = "zfs"; }; - fileSystems."/mnt/hdd" = - { device = "/dev/mapper/ManjaroVG-ManjaroRoot"; - fsType = "ext4"; - }; + # fileSystems."/mnt/hdd" = + # { device = "/dev/mapper/ManjaroVG-ManjaroRoot"; + # fsType = "ext4"; + # }; fileSystems."/mnt/medias" = { device = "10.30.0.1:/mnt/medias";