From d791f2895ee57293feb1db65a51dc4b2b91f7911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 15 Oct 2025 11:03:38 +0000 Subject: [PATCH] work: +liburing and newer kernel --- hosts/mtworx/configuration.nix | 2 +- shared/work/default.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index c463196..f472e42 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -32,7 +32,7 @@ in }; boot = { - kernelPackages = pkgs.linuxPackages_6_12; + kernelPackages = pkgs.linuxPackages_6_17; initrd = { availableKernelModules = [ diff --git a/shared/work/default.nix b/shared/work/default.nix index 8433a52..312c328 100644 --- a/shared/work/default.nix +++ b/shared/work/default.nix @@ -21,6 +21,8 @@ docker-compose google-cloud-sdk kubectl-node-shell + + liburing.dev ]; programs._1password.enable = true;