From 2079bdcf921bba3f216eb1e7582d9fa5f03ee5d7 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 10 Feb 2025 19:38:50 +0100 Subject: lernaeus: doesn't need sound and the graphics foo is updated following the new format --- nix/hosts/lernaeus/configuration.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'nix') diff --git a/nix/hosts/lernaeus/configuration.nix b/nix/hosts/lernaeus/configuration.nix index 57cacb9..43297a2 100644 --- a/nix/hosts/lernaeus/configuration.nix +++ b/nix/hosts/lernaeus/configuration.nix @@ -20,13 +20,6 @@ in ./hardware-configuration.nix ]; - ################## - # sound - - sound.enable = true; - - hardware.pulseaudio.enable = true; - hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired. users.extraUsers.emile.extraGroups = [ "audio" ]; @@ -39,11 +32,8 @@ in }; # Enable OpenGL - hardware.opengl = { - enable = true; - driSupport = true; - driSupport32Bit = true; - }; + hardware.graphics.enable = true; + hardware.graphics.enable32Bit = true; # Load nvidia driver for Xorg and Wayland services.xserver.videoDrivers = [ "nvidia" ]; -- cgit 1.4.1