diff options
author | tv <tv@krebsco.de> | 2018-05-09 11:07:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-05-09 11:07:27 +0200 |
commit | d43c1e5bb1c5405e67a02ada342c94ed13214aa7 (patch) | |
tree | 83acc249ebbc8e5ca6b80fb1b6583a01321d8258 /jeschli/1systems/bln/hardware-configuration.nix | |
parent | f74a1e121dfc69dfca92c1e83c3abcc20c81b5a8 (diff) | |
parent | 6d8a79f91ff4661f06228505349c8c2ee41a9b25 (diff) |
Merge remote-tracking branch 'prism/master' (despite bad style)
Diffstat (limited to 'jeschli/1systems/bln/hardware-configuration.nix')
-rw-r--r-- | jeschli/1systems/bln/hardware-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jeschli/1systems/bln/hardware-configuration.nix b/jeschli/1systems/bln/hardware-configuration.nix index b774bfc..35f0b3b 100644 --- a/jeschli/1systems/bln/hardware-configuration.nix +++ b/jeschli/1systems/bln/hardware-configuration.nix @@ -30,4 +30,6 @@ nix.maxJobs = lib.mkDefault 8; powerManagement.cpuFreqGovernor = "powersave"; + + hardware.pulseaudio.enable = true; } |