diff --git a/components/chaospott.nix b/components/chaospott.nix
index 8e24922..ff83a97 100644
--- a/components/chaospott.nix
+++ b/components/chaospott.nix
@@ -13,7 +13,7 @@ with lib;
   };
 
   config = mkIf (config.components.chaospott.enable && config.components.gui.audio.enable) {
-    hardware.pulseaudio.zeroconf.discovery.enable = true;
+    services.pulseaudio.zeroconf.discovery.enable = true;
     environment.systemPackages = with pkgs; [
       paprefs
     ];
diff --git a/components/gui/audio.nix b/components/gui/audio.nix
index 3fcd95e..1407bdf 100644
--- a/components/gui/audio.nix
+++ b/components/gui/audio.nix
@@ -16,7 +16,7 @@ with lib;
 
     security.rtkit.enable = true;
 
-    hardware.pulseaudio.enable = false;
+    services.pulseaudio.enable = false;
 
     hardware.bluetooth = {
       enable = true;