From 43e14afa38e1ce3269aed6024c67891c0253f61c Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 29 Jul 2024 20:22:42 +0200 Subject: [PATCH] disable old HDD mount --- systems/PC-Fixe/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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";