about summary refs log tree commit diff
path: root/machines/aszlig/managed
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-26 10:53:58 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-26 10:53:58 +0200
commit77122c820253752b3616e5c52605c085a4a3ac80 (patch)
treeea03b00068bf9efffeefa1b33428109323f93e8e /machines/aszlig/managed
parent8faa61ad6d8ff28af2db196c5faf53e0b77ee9e6 (diff)
Switch to pulseaudioFull for most of my machines
The default (light) package doesn't contain all the modules I need from
time to time, so having te replace the running pulseaudio daemon with
the full one is more of a hassle than worth keeping the light package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/managed')
-rw-r--r--machines/aszlig/managed/tyree.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index d896b249..4cbe7a6e 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -32,6 +32,7 @@
 
   hardware.cpu.intel.updateMicrocode = true;
   hardware.pulseaudio.enable = true;
+  hardvare.pulseaudio.package = pkgs.pulseaudioFull;
 
   i18n.consoleUseXkbConfig = true;
   i18n.defaultLocale = "de_DE.UTF-8";