nixos-config/hosts/dev-gui/configuration.nix

6 lines
109 B
Nix
Raw Normal View History

2021-05-28 19:55:51 +00:00
{ config, lib, ... }:
{
2021-06-10 19:55:32 +00:00
imports = [ ../neo/configuration.nix ];
2021-05-28 19:55:51 +00:00
services.getty.autologinUser = "root";
}