enable qemu-guest-agent in custom installer image
This commit is contained in:
parent
84eec7a399
commit
b9f895bd1b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
networking.hostName = lib.mkForce "eh22-nixos-installer";
|
||||
networking.wireless.enable = false;
|
||||
services.qemuGuest.enable = true;
|
||||
system.installer.channel.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
disko
|
||||
|
|
Loading…
Add table
Reference in a new issue