From 863e2bee0a70bb00767ed29c1df4a3b62c866248 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Sun, 5 Jan 2025 04:26:50 +0100 Subject: [PATCH] Move pulseaudio disable from hardware->services in configuration.nix --- hosts/darp8/configuration.nix | 2 +- hosts/desktop/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/darp8/configuration.nix b/hosts/darp8/configuration.nix index e07af62..c703412 100644 --- a/hosts/darp8/configuration.nix +++ b/hosts/darp8/configuration.nix @@ -71,6 +71,7 @@ thermald.enable = true; power-profiles-daemon.enable = false; + pulseaudio.enable = false; }; security.pam.services.hyprlock = {}; @@ -88,7 +89,6 @@ intel-media-driver ]; }; - pulseaudio.enable = false; system76.enableAll = true; }; diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 42af640..49a3f99 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -72,6 +72,7 @@ auto-cpufreq.enable = true; thermald.enable = true; power-profiles-daemon.enable = false; + pulseaudio.enable = false; }; security.pam.services.hyprlock = {}; @@ -87,7 +88,6 @@ extraPackages = with pkgs;[ ]; }; - pulseaudio.enable = false; nvidia = { modesetting.enable = true; powerManagement.enable = true;