mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
high res boot menu
This commit is contained in:
parent
1ef2f2c464
commit
7e331074b0
|
@ -16,13 +16,16 @@ in {
|
||||||
initrd.supportedFilesystems = ["btrfs"];
|
initrd.supportedFilesystems = ["btrfs"];
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
|
plymouth.enable = true;
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
editor = false; # do not allow changing kernel parameters
|
||||||
|
consoleMode = "max";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
plymouth.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
|
Loading…
Reference in a new issue