pantheon/systems/modules/programs/getty.nix
2025-03-27 02:49:54 +08:00

5 lines
59 B
Nix

{
services.getty = {
autologinUser = "rafiq";
};
}