mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
7 lines
158 B
Nix
7 lines
158 B
Nix
{ config, lib, ... }:
|
|
{
|
|
services.qemuGuest.enable = true;
|
|
sconfig.profile = "desktop";
|
|
sconfig.gnome = true;
|
|
services.getty.autologinUser = "root";
|
|
}
|