diff options
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 b774bfc19..35f0b3bca 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; } |