ooksmedia: use jellyfin drive
This commit is contained in:
parent
048341b126
commit
4f20813139
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
device = "/dev/disk/by-uuid/B511-09E2";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/media-server" = {
|
||||
"/jellyfin" = {
|
||||
device = "/dev/disk/by-label/jellyfin";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ in {
|
|||
storage = {
|
||||
mediaRoot = mkOption {
|
||||
type = path;
|
||||
default = "/media";
|
||||
default = "/jellyfin";
|
||||
description = "Root directory for all media-related storage";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue