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;