mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: remove extraConfig from mpd (for now) to be able to build succesfully
This commit is contained in:
parent
15ee696ce5
commit
c08a4832b3
1 changed files with 8 additions and 8 deletions
|
|
@ -16,15 +16,15 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
playlistDirectory = "/home/${username}/Music/.playlists";
|
playlistDirectory = "/home/${username}/Music/.playlists";
|
||||||
musicDirectory = "/home/${username}/Music";
|
musicDirectory = "/home/${username}/Music";
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
restore_paused "yes"
|
# restore_paused "yes"
|
||||||
auto_update "yes"
|
# auto_update "yes"
|
||||||
|
|
||||||
audio_output {
|
# audio_output {
|
||||||
type "pipewire"
|
# type "pipewire"
|
||||||
name "pipewire"
|
# name "pipewire"
|
||||||
}
|
# }
|
||||||
'';
|
# '';
|
||||||
user = "${username}"; # PipeWire requires this as it runs as the normal user and mpd normally runs as a system user.
|
user = "${username}"; # PipeWire requires this as it runs as the normal user and mpd normally runs as a system user.
|
||||||
|
|
||||||
# Optional:
|
# Optional:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue