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";