From 0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 17 Oct 2016 20:50:19 +0200 Subject: machines/katara: Fix evaluation of all tests The tests within Vuizvui currently depend on all machines to evaluate correctly. The option hardware.pulseaudio.extraDaemonConfig doesn't exist hence the evaluation fails. I assume @Profpatsch wanted to use extraConfig, which is for the default.pa. Signed-off-by: aszlig --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 026c3330..efecfc15 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -36,7 +36,7 @@ in { hardware.pulseaudio = { enable = true; zeroconf.discovery.enable = true; - extraDaemonConfig = '' + extraConfig = '' flat-volumes = no ''; # for Pillars of Eternity -- cgit 1.4.1