~ruther/nixos-config

56a7b32c716d5b3b8fb3d83b227ed11294020522 — Frantisek Bohacek 1 year, 7 days ago 509b410
feat: remove systemd boot timeout
1 files changed, 1 insertions(+), 1 deletions(-)

M hosts/laptop-phobos/default.nix
M hosts/laptop-phobos/default.nix => hosts/laptop-phobos/default.nix +1 -1
@@ 49,7 49,7 @@
        editor = false;                     # Better security, disallows passing /bin/sh to start as root
        configurationLimit = 5;
      };
      timeout = 1;                          # Grub auto select time
      timeout = 0;
    };

    initrd.systemd.enable = true;

Do not follow this link