From 750e87181aa25ebafee3cb6f1a6e533c13a1e951 Mon Sep 17 00:00:00 2001 From: Garionion Date: Thu, 14 Jul 2022 21:05:07 +0200 Subject: [PATCH] enable qemu guest agent per default --- common/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index 55263e0..beeb47f 100644 --- a/common/default.nix +++ b/common/default.nix @@ -5,10 +5,12 @@ # Set your time zone. time.timeZone = "Europe/Berlin"; - # networking.useDHCP = false; TODO: why was this globally disabled? + # networking.useDHCP = false; TODO: why was this globally disabled? Because it should be! DHCP should only be enabled per interface. networking.firewall.allowedTCPPorts = [ 19999 ]; services.netdata.enable = true; + services.qemuGuest.enable = true; + # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; console = {