nixos/tests/hardened: fix eval
This commit is contained in:
parent
1bc5af0f6a
commit
a3323f68a7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import ./make-test-python.nix ({ pkgs, ... } : {
|
|||
};
|
||||
};
|
||||
boot.extraModulePackages =
|
||||
optional (versionOlder config.boot.kernelPackages.kernel.version "5.6")
|
||||
pkgs.lib.optional (pkgs.lib.versionOlder config.boot.kernelPackages.kernel.version "5.6")
|
||||
config.boot.kernelPackages.wireguard;
|
||||
boot.kernelModules = [ "wireguard" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue