mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 12:23:58 +01:00
systemd-boot: Disable editor
Since I don't use this feature, disabling it seems to be the play.
This commit is contained in:
parent
be40f75da7
commit
734c2c2db2
11
flake.nix
11
flake.nix
@ -54,8 +54,15 @@
|
||||
{
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
};
|
||||
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
boot.tmp.useTmpfs = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
|
Loading…
Reference in New Issue
Block a user