Files
nixos-configuration/extra-systemdboot.nix

8 lines
123 B
Nix

{ config, pkgs, ... }:
{
##### systemd boot use bigger console text #####
boot.loader.systemd-boot.consoleMode = auto;
}