Use latest kernel

This commit is contained in:
Fabian Hauser 2021-06-06 16:02:08 +02:00
parent f2ed517b70
commit 82136c3045
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ in {
boot.loader.timeout = 2;
boot.tmpOnTmpfs = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
console.keyMap = "de_CH-latin1";
i18n.defaultLocale = "en_US.UTF-8";