pantheon/systems/modules/programs/getty.nix
2025-03-27 01:35:31 +08:00

6 lines
84 B
Nix

{ username, ... }:
{
services.getty = {
autologinUser = "${username}";
};
}