Compare commits
2 Commits
cd5c0f18ea
...
8ac550d160
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ac550d160 | |||
| 895c19269b |
@@ -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
|
||||
|
||||
@@ -8,10 +8,6 @@
|
||||
|
||||
services.malobeo-tasklist.enable = true;
|
||||
environment.systemPackages = [ pkgs.curl ];
|
||||
|
||||
nix.settings = {
|
||||
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user