Skip to content
Snippets Groups Projects
Commit 62a829d5 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

A comment on t his timeout

parent d988da89
Branches
No related tags found
1 merge request!2Testing and production grids
...@@ -50,11 +50,14 @@ in { ...@@ -50,11 +50,14 @@ in {
}; };
config = config =
{ boot.loader.timeout = 1; { boot.loader.grub.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.version = 2; boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/disk/by-id/${cfg.grubDeviceID}"; boot.loader.grub.device = "/dev/disk/by-id/${cfg.grubDeviceID}";
# Get a slightly faster boot time than default. Maybe this could even be
# 0 but I'm not sure.
boot.loader.timeout = 1;
# Let me in to do subsequent configuration. # Let me in to do subsequent configuration.
networking.firewall.enable = false; networking.firewall.enable = false;
services.openssh.enable = true; services.openssh.enable = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment