mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/gui: MPD ports
This commit is contained in:
parent
f95acee54d
commit
31962ff51e
4 changed files with 12 additions and 8 deletions
|
|
@ -4,7 +4,10 @@
|
|||
services.mpd = {
|
||||
enable = true;
|
||||
package = pkgs.mpd-youtube-dl;
|
||||
network.startWhenNeeded = true;
|
||||
network = {
|
||||
startWhenNeeded = true;
|
||||
listenAddress = "::";
|
||||
};
|
||||
musicDirectory = "/home/kat/media-share/music";
|
||||
extraConfig = ''
|
||||
max_output_buffer_size "32768"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue