This commit is contained in:
2026-03-04 20:08:13 +01:00
parent 7e26ca48b4
commit e025954e34
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.base-sys-boot = {lib, ... }:{
flake.nixosModules.base-sys-boot = { ... }:{
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.consoleMode = "max";
boot.loader.efi.canTouchEfiVariables = true;