talos: update systemd-boot settings

This commit is contained in:
Antoine Martin 2024-02-29 10:58:36 +01:00
parent 401ee0005a
commit b28266d6ea

View file

@ -21,7 +21,11 @@
boot.kernelPackages = pkgs.linuxPackages_6_6;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot = {
enable = true;
editor = false;
consoleMode = "auto";
};
boot.loader.efi.canTouchEfiVariables = true;
boot.tmp.useTmpfs = true;