mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
exposed jellyfin & cleaned some mess
This commit is contained in:
parent
8998b072c3
commit
7a2f6147a2
12 changed files with 39 additions and 50 deletions
|
@ -2,11 +2,11 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.slskd;
|
||||
cfg = config.downloads.music;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
slskd.directory = mkOption {
|
||||
downloads.music.directory = mkOption {
|
||||
type = types.str;
|
||||
default = "/srv/media/Music";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue