pantheon/configs/graphical/getty.nix
2025-03-27 04:26:49 +08:00

5 lines
59 B
Nix

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