forked from mirrors/nixpkgs
nixos/qemu-guest-agent: pkgs.{kvm -> qemu} (#48293)
there is no top-level pkgs.kvm
This commit is contained in:
parent
0efb6e3e38
commit
0d44d639f6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in {
|
||||||
systemd.services.qemu-guest-agent = {
|
systemd.services.qemu-guest-agent = {
|
||||||
description = "Run the QEMU Guest Agent";
|
description = "Run the QEMU Guest Agent";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.kvm.ga}/bin/qemu-ga";
|
ExecStart = "${pkgs.qemu.ga}/bin/qemu-ga";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 0;
|
RestartSec = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue