summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 18:15:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 18:15:02 +0200
commitb51357f6b6518c860265167b2a608858ee39a1ec (patch)
treec5ca4cc4ee81eb813cde3b0bad8a6cd138aef1bc /bragi.nix
parentd24d56886f418121a2115ed367e417c3cca35feb (diff)
downloadnixos-b51357f6b6518c860265167b2a608858ee39a1ec.tar
nixos-b51357f6b6518c860265167b2a608858ee39a1ec.tar.gz
nixos-b51357f6b6518c860265167b2a608858ee39a1ec.tar.bz2
nixos-b51357f6b6518c860265167b2a608858ee39a1ec.tar.xz
nixos-b51357f6b6518c860265167b2a608858ee39a1ec.zip
moving to jack autostart
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/bragi.nix b/bragi.nix
index 1282dfe9..b3eb6336 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -63,15 +63,7 @@
63 ''; 63 '';
64 }; 64 };
65 65
66 systemd.services.jack = { 66 environment.etc."jackdrc".text = "${pkgs.jack2}/bin/jackd -d alsa -M -H -r 96000";
67 wantedBy = [ "sound.target" ];
68 serviceConfig = {
69 Type = "simple";
70 ExecStart = "${pkgs.jack2}/bin/jackd -d alsa -M -H -r 96000";
71 User = "mpd";
72 Group = "audio";
73 };
74 };
75 67
76 services.mpd = { 68 services.mpd = {
77 enable = true; 69 enable = true;