From 4514ea76871ea23b9dbc9734742fb7447b0f8121 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 2 Feb 2021 01:30:24 -0700 Subject: [PATCH] graphical: latest kernel breaks nvidia --- profiles/graphical/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index 5d4af67f..5e232118 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -9,9 +9,6 @@ in hardware.pulseaudio.enable = true; boot = { - - kernelPackages = pkgs.linuxPackages_latest; - tmpOnTmpfs = true; kernel.sysctl."kernel.sysrq" = 1;