exposed jellyfin & cleaned some mess

This commit is contained in:
chloe 2024-08-25 12:07:50 +02:00
parent 8998b072c3
commit 7a2f6147a2
12 changed files with 39 additions and 50 deletions

View file

@ -2,11 +2,11 @@
with lib;
let
cfg = config.transmission;
cfg = config.downloads.transmission;
in
{
options = {
transmission = {
downloads.transmission = {
directory = mkOption {
type = lib.types.str;
default = "/srv/Multimedia";