diff --git a/systems/pbp.nix b/systems/pbp.nix index 9cd6a5e..2c20dc2 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -6,6 +6,8 @@ # ./programs.nix ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + boot.loader = { efi = { canTouchEfiVariables = false;