Commit 88c52425 authored by codgician's avatar codgician
Browse files

azure-common: remove bootloader timeout since we can access serial console now

parent 028138f2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -33,14 +33,9 @@ in

    # Generate a GRUB menu.
    boot.loader.grub.device = "/dev/sda";
    boot.loader.timeout = 0;

    boot.growPartition = true;

    # Don't put old configurations in the GRUB menu.  The user has no
    # way to select them anyway.
    boot.loader.grub.configurationLimit = 0;

    fileSystems."/" = {
      device = "/dev/disk/by-label/nixos";
      fsType = "ext4";