home/common | remove mopidy

This commit is contained in:
Don Harper 2025-08-03 21:50:33 -05:00
parent 0599f2bfa4
commit 0291a1e132

View file

@ -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; };
};
};
};
}