From 47d466c3f4e9cdd5d0bff014bbb6f7d3dc77ccea Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 19 Jul 2024 10:29:13 -0400 Subject: [PATCH] thelio76: remove sound --- thelio76/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/thelio76/configuration.nix b/thelio76/configuration.nix index 6dcc103..7522dbd 100644 --- a/thelio76/configuration.nix +++ b/thelio76/configuration.nix @@ -11,7 +11,7 @@ ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; - + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -77,8 +77,6 @@ # Enable CUPS to print documents. services.printing.enable = true; - # Enable sound with pipewire. - sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = {