1
0
Fork 0

enable qemu guest agent per default

This commit is contained in:
Garionion 2022-07-14 21:05:07 +02:00
parent 37c2affac9
commit 750e87181a
1 changed files with 3 additions and 1 deletions

View File

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