summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-02 22:01:10 -0300
committerGitHub <noreply@github.com>2023-02-02 22:01:10 -0300
commit5e04ad9e6624f4a9b7e1f11837e611b2cf279990 (patch)
tree3252bee8900fe4e6f30b72532ea247a834adaeaf /nixos/modules
parent96339d786a2e20f8e35e4496247aa548d4a56f8a (diff)
parent33397faec9d1e7672605afdff749b6a9d6378d02 (diff)
Merge pull request #210892 from sielicki/ena280-281
linuxPackages.ena: 2.8.0 -> 2.8.2
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/virtualisation/amazon-image.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/modules/virtualisation/amazon-image.nix b/nixos/modules/virtualisation/amazon-image.nix
index e6c2c72339fd..aa44f2642697 100644
--- a/nixos/modules/virtualisation/amazon-image.nix
+++ b/nixos/modules/virtualisation/amazon-image.nix
@@ -25,11 +25,7 @@ in
config = {
- assertions = [
- { assertion = versionOlder config.boot.kernelPackages.kernel.version "5.17";
- message = "ENA driver fails to build with kernel >= 5.17";
- }
- ];
+ assertions = [ ];
boot.growPartition = true;