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 = {