disable old HDD mount

This commit is contained in:
nyanloutre 2024-07-29 20:22:42 +02:00
parent 114fae331f
commit 43e14afa38
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 4 additions and 4 deletions

View File

@ -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";