update dev vm configs

This commit is contained in:
Sean Buckley 2021-05-28 15:55:51 -04:00
parent 09834ff049
commit 485c8f899a
4 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ config, lib, ... }:
{
sconfig.profile = "server";
users.users.root.password = "toor";
services.getty.autologinUser = "root";
}

View file

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

View file

@ -0,0 +1,5 @@
{
pkgs = "unstable";
system = "x86_64-linux";
hardware = "qemu";
}