From a2e0adead8ed47d4b1f09a6e107125a125a3dc7c Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 27 Oct 2025 15:41:00 +0000 Subject: [PATCH] hosts/artemis: bump to kernel 6.17 --- hosts/artemis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/artemis/hardware-configuration.nix b/hosts/artemis/hardware-configuration.nix index 1f5b6b5..dffed6d 100644 --- a/hosts/artemis/hardware-configuration.nix +++ b/hosts/artemis/hardware-configuration.nix @@ -68,7 +68,7 @@ in "amdgpu.sched_hw_submission=4" "audit=0" ]; - kernelPackages = pkgs.linuxPackages_6_16; + kernelPackages = pkgs.linuxPackages_6_17; supportedFilesystems = [ "ntfs" ]; };