temp: algif_aead_patch

This commit is contained in:
2026-04-30 11:08:33 +02:00
parent 9f38c2a25b
commit 8ee909b9c2

View File

@@ -87,6 +87,13 @@ nixpkgs.lib.nixosSystem {
{ nixpkgs.config.allowUnfree = true; } { nixpkgs.config.allowUnfree = true; }
{ networking.hostName = name; } { networking.hostName = name; }
(
{ pkgs, ... }:
{
boot.kernelPackages = inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.linuxPackages_6_18;
}
)
featureEnableModule featureEnableModule
hostConfig hostConfig
] ]