From 28991b979da735e5ff8251828b69ed7d9f381ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 14 Jun 2024 22:15:48 +0200 Subject: [PATCH] Switch from xanmod to latest --- hosts/gunter/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 05a31b8..0365f7f 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -15,12 +15,14 @@ # Bootloader stuff boot = { # Kernel stuff - kernelPackages = pkgs.linuxPackages_xanmod_latest; - # kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = pkgs.linuxPackages_xanmod_latest; + kernelPackages = pkgs.linuxPackages_latest; kernelParams = [ "quiet" "splash" "rd.systemd.show_status=false" + "nvidia-drm.modeset=1" + "nvidia-drm.fbdev=1" ]; extraModprobeConfig = ''