Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # numlock on boot in console mode
- systemd.services."getty@" = {
- description = "Keep numlock on in console mode";
- serviceConfig = {
- ExecStartPre="/bin/sh -c '${pkgs.kbd}/bin/setleds -D +num < /dev/%I'";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement