diff --git a/system/default.nix b/system/default.nix index 824911b4..5a2163fc 100644 --- a/system/default.nix +++ b/system/default.nix @@ -328,8 +328,6 @@ with mylib.networking; { # ausweisapp.openFirewall = true; # Directly set port in firewall }; - hardware.pulseaudio.enable = false; # Get off my lawn - # List services that you want to enable: services = { # Enable sound with pipewire. @@ -341,6 +339,7 @@ with mylib.networking; { jack.enable = false; wireplumber.enable = true; }; + pulseaudio.enable = false; # Get off my lawn # Enable the X11 windowing system. xserver = {