Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

pipewire: enable alsa 32bit support

I probably don't need this but I may as well leave it on

+4 -1
+4 -1
modules/audio.nix
··· 3 3 security.rtkit.enable = true; 4 4 services.pipewire = { 5 5 enable = true; 6 - alsa.enable = true; 6 + alsa = { 7 + enable = true; 8 + support32Bit = true; 9 + }; 7 10 jack.enable = true; 8 11 pulse.enable = true; 9 12 };