From 8ee909b9c2050f27dba178ee856fc3266cce717e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Thu, 30 Apr 2026 11:08:33 +0200 Subject: [PATCH] temp: algif_aead_patch --- lib/mkHost.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/mkHost.nix b/lib/mkHost.nix index c8d522c..58895fd 100644 --- a/lib/mkHost.nix +++ b/lib/mkHost.nix @@ -87,6 +87,13 @@ nixpkgs.lib.nixosSystem { { nixpkgs.config.allowUnfree = true; } { networking.hostName = name; } + ( + { pkgs, ... }: + { + boot.kernelPackages = inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.linuxPackages_6_18; + } + ) + featureEnableModule hostConfig ]