mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
5 lines
97 B
Nix
5 lines
97 B
Nix
{ config, lib, ... }:
|
|
{
|
|
sconfig.profile = "server";
|
|
services.getty.autologinUser = "root";
|
|
}
|