Compare commits

...

2 Commits

Author SHA1 Message Date
8ac550d160 add kvm support via jobset
All checks were successful
Check / tests (push) Successful in 8m53s
2024-10-23 12:47:06 +02:00
895c19269b Revert 1 commits
cd5c0f1 'try fix actions kvm error'
2024-10-23 12:20:09 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -12,4 +12,9 @@ jobs:
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v27
- name: enable kvm support
run: |
echo "system-features = nixos-test benchmark big-parallel kvm" >> /etc/nix/nix.conf
echo "Added features to nix conf"
cat /etc/nix/nix.conf
- run: nix flake check

View File

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