summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
authorAlan Pearce2018-04-06 13:25:07 +0200
committerAlan Pearce2018-04-06 13:25:07 +0200
commit21d7524134997c8c70327d9150648ee4b33a7b52 (patch)
tree28630b7e199e52cbf5ecf90bcc24867bf4323716 /modules/hardware
parent1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6 (diff)
downloadnixos-configuration-21d7524134997c8c70327d9150648ee4b33a7b52.tar.lz
nixos-configuration-21d7524134997c8c70327d9150648ee4b33a7b52.tar.zst
nixos-configuration-21d7524134997c8c70327d9150648ee4b33a7b52.zip
Ensure sound is actually enabled
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/audio.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix
index f504657..f229da6 100644
--- a/modules/hardware/audio.nix
+++ b/modules/hardware/audio.nix
@@ -5,6 +5,8 @@
     support32Bit = true;
   };
 
+  sound.enable = true;
+
   environment.systemPackages = with pkgs; [
     pamixer
     pavucontrol