about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-26 11:13:57 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-26 11:13:57 +0200
commit0fded3359377975f4ac83a1a00ecd348b0ad9a1b (patch)
tree9ec309ec7b0d617c9969369fcf67f163c84cdacb /machines/aszlig
parent77122c820253752b3616e5c52605c085a4a3ac80 (diff)
machines/tyree: Fix typo in "hardvare"
Damn it, it seems to be too early in the morning X-D

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