From 3340bd4150a7a433c2e8f5dddd25401b2c286ee3 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 29 Jul 2025 21:08:06 +0100 Subject: [PATCH] hosts/artemis: bump to kernel 6.15 --- 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 fab06b8..b1f30b2 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_14; + kernelPackages = pkgs.linuxPackages_6_15; supportedFilesystems = [ "ntfs" ]; };