8 lines
123 B
Nix
8 lines
123 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
##### systemd boot use bigger console text #####
|
|
|
|
boot.loader.systemd-boot.consoleMode = auto;
|
|
|
|
}
|