ooksmedia: use jellyfin drive

This commit is contained in:
ooks-io 2024-11-28 10:32:20 +11:00
parent 048341b126
commit 4f20813139
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
device = "/dev/disk/by-uuid/B511-09E2";
fsType = "vfat";
};
"/media-server" = {
"/jellyfin" = {
device = "/dev/disk/by-label/jellyfin";
fsType = "btrfs";
};