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

This commit is contained in:
2025-09-06 17:18:19 +01:00
parent c5d3e925e7
commit 774575f447

View File

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