diff options
Diffstat (limited to '')
| -rw-r--r-- | audio.nix | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -29,14 +29,13 @@ ]; }; - -systemd.user.services.mpd = { - description = "Music Player Daemon"; - wantedBy = [ "default.target" ]; - serviceConfig = { - ExecStart = "${pkgs.mpd}/bin/mpd --no-daemon /home/andrew/.config/mpd/mpd.conf"; - Restart = "on-failure"; + systemd.user.services.mpd = { + description = "Music Player Daemon"; + wantedBy = [ "default.target" ]; + serviceConfig = { + ExecStart = "${pkgs.mpd}/bin/mpd --no-daemon /home/andrew/.config/mpd/mpd.conf"; + Restart = "on-failure"; + }; }; -}; } |
