From 7e54918ed41fda1a3293c273a3970abdf07e397f Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Mon, 15 Jul 2024 21:06:02 +0200 Subject: [PATCH] Removed config option sound Config option sound is depricated --- hosts/p14s/configuration.nix | 2 +- modules/system/xfce.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index f4b4294..4e5c474 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -68,7 +68,7 @@ services.printing.enable = true; # Enable sound with pipewire. - sound.enable = true; + #sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { diff --git a/modules/system/xfce.nix b/modules/system/xfce.nix index 82c8cc2..8cfd4ec 100644 --- a/modules/system/xfce.nix +++ b/modules/system/xfce.nix @@ -107,5 +107,5 @@ }; }; - sound.enable = true; + #sound.enable = true; }