home | refactor

This commit is contained in:
Don Harper 2024-01-06 14:02:54 -06:00
parent 672d71a83a
commit 73fadb981d
468 changed files with 197 additions and 210 deletions

View file

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