work: +liburing and newer kernel

This commit is contained in:
2025-10-15 11:03:38 +00:00
parent 7846712efa
commit d791f2895e
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ in
}; };
boot = { boot = {
kernelPackages = pkgs.linuxPackages_6_12; kernelPackages = pkgs.linuxPackages_6_17;
initrd = { initrd = {
availableKernelModules = [ availableKernelModules = [

View File

@@ -21,6 +21,8 @@
docker-compose docker-compose
google-cloud-sdk google-cloud-sdk
kubectl-node-shell kubectl-node-shell
liburing.dev
]; ];
programs._1password.enable = true; programs._1password.enable = true;