aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/fangorn
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/fangorn/default.nix2
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 = {