make use of the qemu-guest nixpkgs profile in the vm profile
This commit is contained in:
parent
f716996616
commit
f7609d5cf2
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
#enable qemu-guestagent
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Reference in a new issue