hosts/artemis: bump to kernel 6.15
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m27s

This commit is contained in:
2025-07-29 21:08:06 +01:00
parent b52678cfa9
commit 3340bd4150

View File

@@ -68,7 +68,7 @@ in
"amdgpu.sched_hw_submission=4"
"audit=0"
];
kernelPackages = pkgs.linuxPackages_6_14;
kernelPackages = pkgs.linuxPackages_6_15;
supportedFilesystems = [ "ntfs" ];
};