pantheon/configs/programs/getty.nix
2025-04-10 16:28:33 +08:00

5 lines
59 B
Nix

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