mpd: enable replaygain & start paused
This commit is contained in:
parent
f6e99a39ea
commit
746a545e97
@ -21,6 +21,9 @@
|
|||||||
name "dac"
|
name "dac"
|
||||||
device "sysdefault:CARD=QAMP"
|
device "sysdefault:CARD=QAMP"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
replaygain "auto"
|
||||||
|
restore_paused "yes"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [ config.services.mpd.network.port ];
|
networking.firewall.allowedTCPPorts = [ config.services.mpd.network.port ];
|
||||||
|
Loading…
Reference in New Issue
Block a user