Update
fixed issue with package error
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# /run/current-system/sw/bin/setleds -D +num < "$tty";
|
# /run/current-system/sw/bin/setleds -D +num < "$tty";
|
||||||
ExecStart = lib.mkForce (pkgs.writeShellScript "numLockOnTty" ''
|
ExecStart = pkgs.lib.mkForce (pkgs.writeShellScript "numLockOnTty" ''
|
||||||
for tty in /dev/tty{1..6}; do
|
for tty in /dev/tty{1..6}; do
|
||||||
${pkgs.kbd}/bin/setleds -D +num < "$tty";
|
${pkgs.kbd}/bin/setleds -D +num < "$tty";
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user