reNixos/ada/services/logind.nix
s0me1newithhand7s 2c872403b6 feat(ada): tty update
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:12:16 +03:00

12 lines
155 B
Nix

_: {
services = {
logind = {
settings = {
Login = {
NAutoVTs = 2;
ReserveVT = 2;
};
};
};
};
}