about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-03-04 14:25:57 +0000
committerdevhell <devhell@mailfresser.de>2020-03-04 14:25:57 +0000
commit5bc44db54b11b2507ecb9a26575321818c098e04 (patch)
treeb82077bb74f006d3d06ce2e82797441ecbc08ffa /modules/user
parent61a9bba6e111336cc936d3b803cdbb53fdc79551 (diff)
profiles/base: Switch back to latest kernel
With VirtualBox gone, I should be able to use the latest Linux kernel
again. Yippie!
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/devhell/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index b68bdcbe..e0d733bf 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -10,7 +10,7 @@ in {
 
   config = lib.mkIf cfg.enable {
     boot = {
-      kernelPackages = pkgs.linuxPackages_5_4;
+      kernelPackages = pkgs.linuxPackages_latest;
       cleanTmpDir = true;
     };