pantheon/configs/programs/getty.nix
2025-03-27 03:19:25 +08:00

5 lines
59 B
Nix

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