home/common | remove mopidy
This commit is contained in:
parent
0599f2bfa4
commit
0291a1e132
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
{ pkgs, config, ... }: {
|
||||
services = {
|
||||
mopidy = {
|
||||
enable = true;
|
||||
extensionPackages = with pkgs; [ mopidy-mpd mopidy-subidy mopidy-moped ];
|
||||
settings = {
|
||||
http = {
|
||||
enabled = true;
|
||||
hostname = "127.0.0.1";
|
||||
port = "6680";
|
||||
zeroconf = "Mopidy HTTP server on loki";
|
||||
csrf_protection = true;
|
||||
default_app = "mopidy";
|
||||
};
|
||||
jellyfin = {
|
||||
hostname = "jelly.trex-halfbeak.ts.net";
|
||||
username = "don";
|
||||
password = "D4u5c3k!@";
|
||||
albumartistsort = false;
|
||||
};
|
||||
mpd = { enabled = true; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue