From b9f895bd1b63f014a25a2eaa62670dac37b3f373 Mon Sep 17 00:00:00 2001 From: lilly <li@lly.sh> Date: Mon, 10 Feb 2025 17:57:50 +0100 Subject: [PATCH] enable qemu-guest-agent in custom installer image --- systems/installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/installer.nix b/systems/installer.nix index 5837e6d..6d83bc9 100644 --- a/systems/installer.nix +++ b/systems/installer.nix @@ -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