Use latest kernel on work machine

This commit is contained in:
Armel van Ravels
2026-05-01 11:14:40 +02:00
parent 2ba7c69389
commit 170cd1ece9

View File

@@ -24,6 +24,8 @@
../modules/enova.nix ../modules/enova.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;