diff options
Diffstat (limited to 'hosts/fangorn/default.nix')
| -rw-r--r-- | hosts/fangorn/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix index a79c37d..78d5596 100644 --- a/hosts/fangorn/default.nix +++ b/hosts/fangorn/default.nix @@ -1,6 +1,6 @@ { config, inputs, lib, outputs, pkgs, ... }: { boot = { - kernelPackages = pkgs.linuxPackages_6_17; + kernelPackages = pkgs.linuxPackages_6_18; loader = { efi.canTouchEfiVariables = true; systemd-boot = { |
