Revert 1 commits

cd5c0f1 'try fix actions kvm error'
This commit is contained in:
2024-10-23 12:20:09 +02:00
parent cd5c0f18ea
commit 895c19269b

View File

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