mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fixed too much stuff
This commit is contained in:
parent
e9adff9c68
commit
cf80eff840
5 changed files with 19 additions and 8 deletions
|
@ -1,11 +1,14 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire.enable = false;
|
||||
hardware.pulseaudio.enable = true;
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
services.pipewire.wireplumber.enable = true;
|
||||
services.pipewire = {
|
||||
|
||||
enable = true;
|
||||
wireplumber.enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.pwvucontrol
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue