NixOS_Television/system/getty.nix

6 lines
58 B
Nix
Raw Normal View History

2024-09-21 20:05:15 +00:00
{
services.getty = {
autologinUser = "cage";
};
}