From 8285c750a6b1d1ee248b12a6efcd6888d147cd80 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Thu, 13 Jul 2023 12:59:24 +0200 Subject: [PATCH] enable the qemu guest agent --- hosts/quitte/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index 0ddbc99..031d434 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -16,6 +16,7 @@ #boot.zfs.devNodes = "/dev/"; networking.hostName = "quitte"; # Define your hostname. + services.qemuGuest.enable = true; # Set your time zone. time.timeZone = "Europe/Berlin";