From 6d3575087355bae62d0eb454049e494fb7f2cb0b Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 5 Jan 2025 23:08:02 +0100 Subject: [PATCH] hardware.pulseaudio -> services.pulseaudio --- common/desktop.nix | 2 +- hosts/pearl/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/desktop.nix b/common/desktop.nix index ebf6c6d..263ab6e 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -93,7 +93,7 @@ in xkb.variant = "us"; }; - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; diff --git a/hosts/pearl/default.nix b/hosts/pearl/default.nix index 1120826..4696113 100644 --- a/hosts/pearl/default.nix +++ b/hosts/pearl/default.nix @@ -99,7 +99,7 @@ console.keyMap = "sv-latin1"; # Enable sound with pipewire. - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true;