Commit 44afbfe8a9a0
Changed files (1)
systems
common
base
systems/common/base/boot.nix
@@ -10,6 +10,7 @@ _: {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
+ timeout = 1;
};
};
}