update dev configurations

This commit is contained in:
Sean Buckley 2021-06-10 15:55:32 -04:00
parent 9f7475fd7e
commit dc2124e37a
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1,5 @@
{ config, lib, ... }:
{ ... }:
{
services.qemuGuest.enable = true;
sconfig.profile = "server";
services.getty.autologinUser = "root";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };

View file

@ -1,9 +1,5 @@
{ config, lib, ... }:
{
services.qemuGuest.enable = true;
sconfig.profile = "desktop";
sconfig.gnome = true;
imports = [ ../neo/configuration.nix ];
services.getty.autologinUser = "root";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
boot.loader.grub.device = "nodev";
}