enable qemu-guest-agent in custom installer image

This commit is contained in:
lilly 2025-02-10 17:57:50 +01:00
parent 84eec7a399
commit b9f895bd1b
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -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