diff --git a/hosts/lungmen.nix b/hosts/lungmen.nix index ce52dd5..a47b558 100644 --- a/hosts/lungmen.nix +++ b/hosts/lungmen.nix @@ -171,6 +171,13 @@ in xserver = { videoDrivers = [ "amdgpu" ]; }; + pipewire = { + enable = true; + alsa = { + enable = true; + support32Bit = true; + }; + }; postgresql = { enable = true; enableTCPIP = true;