Makes screen turn off if console inactive for 60 seconds

This commit is contained in:
willemml 2024-02-15 09:37:15 -08:00
parent d58c4c4caf
commit 408b0f5f4f
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -33,6 +33,8 @@
boot.tmp.useTmpfs = lib.mkDefault true;
boot.kernelParams = ["consoleblank=60"];
console.keyMap = "colemak";
console.packages = [pkgs.terminus_font];