try fix actions kvm error
Some checks failed
Check / tests (push) Failing after 4m28s

https://github.com/nix-community/nixos-generators/issues/83
This commit is contained in:
2024-10-23 12:11:16 +02:00
parent 7ebdc08457
commit cd5c0f18ea

View File

@@ -8,6 +8,10 @@
services.malobeo-tasklist.enable = true;
environment.systemPackages = [ pkgs.curl ];
nix.settings = {
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
};
};
};