diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 17:33:27 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 17:33:27 +0200 |
commit | e1dc40b375847ce8ab352f95410258a4808825f0 (patch) | |
tree | 9dbb6dd320d9f5f5c1240f0891b086f264d13b93 /bragi.nix | |
parent | 460de988a7a96c66a9195a89f7338551be63c35c (diff) | |
download | nixos-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.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; |