mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
enable qemuGuest for dev VMs
This commit is contained in:
parent
3a08df0cc7
commit
5452d09f49
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.qemuGuest.enable = true;
|
||||
sconfig.profile = "server";
|
||||
services.getty.autologinUser = "root";
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.qemuGuest.enable = true;
|
||||
sconfig.profile = "desktop";
|
||||
sconfig.gnome = true;
|
||||
services.getty.autologinUser = "root";
|
||||
|
|
Loading…
Reference in a new issue