home | refactor
This commit is contained in:
parent
672d71a83a
commit
73fadb981d
468 changed files with 197 additions and 210 deletions
|
|
@ -1,33 +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.duckland.org";
|
||||
username = "don";
|
||||
password = "D4u5c3k!@";
|
||||
albumartistsort = false;
|
||||
};
|
||||
mpd = {
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue