enable qemuGuest for dev VMs

This commit is contained in:
Sean Buckley 2021-05-29 12:40:47 -04:00
parent 3a08df0cc7
commit 5452d09f49
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ config, lib, ... }:
{
services.qemuGuest.enable = true;
sconfig.profile = "server";
services.getty.autologinUser = "root";
}

View file

@ -1,5 +1,6 @@
{ config, lib, ... }:
{
services.qemuGuest.enable = true;
sconfig.profile = "desktop";
sconfig.gnome = true;
services.getty.autologinUser = "root";