From b596fc149023b39fe0f90a4738dee584d4f0d713 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 29 Jul 2022 09:31:25 +0200 Subject: [PATCH] Bumped newton to 5.18 --- machines/newton/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/newton/hardware.nix b/machines/newton/hardware.nix index 57e051f..ddae6a8 100644 --- a/machines/newton/hardware.nix +++ b/machines/newton/hardware.nix @@ -6,7 +6,7 @@ boot.zfs.requestEncryptionCredentials = true; boot.loader.grub.copyKernels = true; boot.loader.grub.efiSupport = false; - boot.kernelPackages = pkgs.linuxPackages_5_17; + boot.kernelPackages = pkgs.linuxPackages_5_18; boot.loader.grub.mirroredBoots = [ { path = "/boot-1"; devices = [ "/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M1TVUVJV" ]; }