mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
profiles/desktop: change boot menu timeout
This commit is contained in:
parent
5af363ef9f
commit
e36842f305
1 changed files with 1 additions and 4 deletions
|
@ -105,9 +105,6 @@ with lib;
|
||||||
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
virtualisation.docker = { enable = true; enableOnBoot = false; };
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
boot.loader.timeout = 1;
|
||||||
boot.loader.timeout =
|
|
||||||
if config.boot.loader.systemd-boot.enable
|
|
||||||
then null else lib.mkOverride 9999 99;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue