removed unused moount

This commit is contained in:
Danilo Reyes 2023-12-23 21:42:20 -06:00
parent af1d6cbd73
commit 2c709940a4

View File

@ -112,12 +112,6 @@
options = [ "bind" ];
depends = [ "/mnt/pool" ];
};
# Jellyfin RO
# "/mnt/jellyfin/external" = {
# device = "/mnt/disks/nvme";
# options = [ "bind" "ro" ];
# depends = [ "/mnt/pool" ];
# };
"/mnt/jellyfin/media" = {
device = "/mnt/pool/multimedia/media";
options = [ "bind" "ro" ];