From d672591caccafb481e8488e1e712931ef62febc9 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 28 Sep 2023 12:39:12 -0600 Subject: [PATCH] jellyfin tutorials mount --- server/fstab.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) mode change 100755 => 100644 server/fstab.nix diff --git a/server/fstab.nix b/server/fstab.nix old mode 100755 new mode 100644 index 310dbc2..7602bdf --- a/server/fstab.nix +++ b/server/fstab.nix @@ -91,6 +91,14 @@ device = "/mnt/disk1/multimedia/media"; options = [ "bind" "ro" ]; }; + "/mnt/jellyfin/tutorials" = { + device = "/mnt/disk2/tutorials"; + options = [ "bind" "ro" ]; + }; + "/mnt/jellyfin/workout" = { + device = "/mnt/seedbox/other/P90x.Mega.Pack"; + options = [ "bind" "ro" ]; + }; "/mnt/disk2" = { device = "/dev/mapper/disk2"; fsType = "btrfs"; @@ -111,8 +119,8 @@ options = [ "bind" "ro" ]; }; "/mnt/parity" = { - device = "/dev/disk/by-uuid/643b727a-555d-425c-943c-62f5b93631c9"; - fsType = "xfs"; + device = "/dev/disk/by-uuid/2e437a79-a246-411b-ac21-d03414b14305"; + fsType = "ext4"; options = [ "defaults" ]; }; "/boot" = {