media server stuff
This commit is contained in:
@@ -113,11 +113,11 @@
|
||||
depends = [ "/mnt/pool" ];
|
||||
};
|
||||
# Jellyfin RO
|
||||
"/mnt/jellyfin/external" = {
|
||||
device = "/mnt/disks/nvme";
|
||||
options = [ "bind" "ro" ];
|
||||
depends = [ "/mnt/pool" ];
|
||||
};
|
||||
# "/mnt/jellyfin/external" = {
|
||||
# device = "/mnt/disks/nvme";
|
||||
# options = [ "bind" "ro" ];
|
||||
# depends = [ "/mnt/pool" ];
|
||||
# };
|
||||
"/mnt/jellyfin/media" = {
|
||||
device = "/mnt/pool/multimedia/media";
|
||||
options = [ "bind" "ro" ];
|
||||
|
||||
Reference in New Issue
Block a user