From f656dee10cd007fbd8434375c1dd439e5a789904 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 11 Jan 2025 15:44:43 +0100 Subject: [PATCH] System: Rename pulseaudio option after update --- system/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = {