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";
|
device = "/dev/disk/by-uuid/B511-09E2";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
"/media-server" = {
|
"/jellyfin" = {
|
||||||
device = "/dev/disk/by-label/jellyfin";
|
device = "/dev/disk/by-label/jellyfin";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ in {
|
||||||
storage = {
|
storage = {
|
||||||
mediaRoot = mkOption {
|
mediaRoot = mkOption {
|
||||||
type = path;
|
type = path;
|
||||||
default = "/media";
|
default = "/jellyfin";
|
||||||
description = "Root directory for all media-related storage";
|
description = "Root directory for all media-related storage";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue