From b51357f6b6518c860265167b2a608858ee39a1ec Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 18:15:02 +0200 Subject: moving to jack autostart --- bragi.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bragi.nix b/bragi.nix index 1282dfe9..b3eb6336 100644 --- a/bragi.nix +++ b/bragi.nix @@ -63,15 +63,7 @@ ''; }; - systemd.services.jack = { - wantedBy = [ "sound.target" ]; - serviceConfig = { - Type = "simple"; - ExecStart = "${pkgs.jack2}/bin/jackd -d alsa -M -H -r 96000"; - User = "mpd"; - Group = "audio"; - }; - }; + environment.etc."jackdrc".text = "${pkgs.jack2}/bin/jackd -d alsa -M -H -r 96000"; services.mpd = { enable = true; -- cgit v1.2.3