summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 17:33:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 17:33:27 +0200
commite1dc40b375847ce8ab352f95410258a4808825f0 (patch)
tree9dbb6dd320d9f5f5c1240f0891b086f264d13b93 /bragi.nix
parent460de988a7a96c66a9195a89f7338551be63c35c (diff)
downloadnixos-e1dc40b375847ce8ab352f95410258a4808825f0.tar
nixos-e1dc40b375847ce8ab352f95410258a4808825f0.tar.gz
nixos-e1dc40b375847ce8ab352f95410258a4808825f0.tar.bz2
nixos-e1dc40b375847ce8ab352f95410258a4808825f0.tar.xz
nixos-e1dc40b375847ce8ab352f95410258a4808825f0.zip
Hopefull try
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index a1219f56..1282dfe9 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -68,6 +68,8 @@
68 serviceConfig = { 68 serviceConfig = {
69 Type = "simple"; 69 Type = "simple";
70 ExecStart = "${pkgs.jack2}/bin/jackd -d alsa -M -H -r 96000"; 70 ExecStart = "${pkgs.jack2}/bin/jackd -d alsa -M -H -r 96000";
71 User = "mpd";
72 Group = "audio";
71 }; 73 };
72 }; 74 };
73 75
@@ -82,8 +84,8 @@
82 } 84 }
83 ''; 85 '';
84 }; 86 };
85 87
86 users.extraUsers.guest = { 88 users.extraUsers.gkleen = {
87 name = "gkleen"; 89 name = "gkleen";
88 isNormalUser = true; 90 isNormalUser = true;
89 uid = 1000; 91 uid = 1000;