jellyfin tutorials mount
This commit is contained in:
parent
c913c5e85b
commit
d672591cac
12
server/fstab.nix
Executable file → Normal file
12
server/fstab.nix
Executable file → Normal file
@ -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" = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user