Don't use libvirt in ci-runner

This commit is contained in:
Benjamin Bädorf 2022-08-14 20:28:18 +02:00
parent c5362c0453
commit 14ba701061
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -23,11 +23,10 @@ in
path = [
pkgs.git
pkgs.nix
pkgs.libvirt
];
wantedBy = [ "multi-user.target" ];
after = [ "network.target" "libvirtd.service" ];
after = [ "network.target" ];
script = ''${pkgs.drone-runner-exec}/bin/drone-runner-exec daemon /run/agenix/drone-runner-exec-config'';
};