From dc457e15192fc7d11620c2be98b1eed5f599a909 Mon Sep 17 00:00:00 2001 From: alisceon Date: Thu, 7 May 2026 21:52:59 +0200 Subject: [PATCH] add qemu agent to server --- nixos/hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/tesla-nixos/configuration.nix b/nixos/hosts/tesla-nixos/configuration.nix index abefb49..4934402 100644 --- a/nixos/hosts/tesla-nixos/configuration.nix +++ b/nixos/hosts/tesla-nixos/configuration.nix @@ -10,7 +10,7 @@ in security.sudo.wheelNeedsPassword = false; networking.hostName = "tesla-nixos"; - + services.qemuGuest.enable = true; boot = { initrd.enable = true; loader.systemd-boot.enable = true;