Advertisement
Guest User

Untitled

a guest
Apr 6th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # numlock on boot in console mode
  2. systemd.services."getty@" = {
  3. description = "Keep numlock on in console mode";
  4. serviceConfig = {
  5. ExecStartPre="/bin/sh -c '${pkgs.kbd}/bin/setleds -D +num < /dev/%I'";
  6. };
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement