From 1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 26 Sep 2018 17:44:13 +0200 Subject: ... --- hel/boot.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hel/boot.nix') diff --git a/hel/boot.nix b/hel/boot.nix index 318b860b..b7cc0429 100644 --- a/hel/boot.nix +++ b/hel/boot.nix @@ -7,6 +7,11 @@ loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; + timeout = null; + }; + + plymouth = { + enable = true; }; tmpOnTmpfs = true; -- cgit v1.2.3