profiles/desktop: change boot menu timeout

This commit is contained in:
Sean Buckley 2022-06-10 10:26:24 -04:00
parent 5af363ef9f
commit e36842f305

View file

@ -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;
}; };
} }