summaryrefslogtreecommitdiff
path: root/os/core/bootloader.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/bootloader.nix')
-rw-r--r--os/core/bootloader.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/core/bootloader.nix b/os/core/bootloader.nix
index da43050..8ba9406 100644
--- a/os/core/bootloader.nix
+++ b/os/core/bootloader.nix
@@ -13,6 +13,9 @@ in
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "ntfs" ];
boot.kernelParams = [ "quiet" "splash" ];
+ systemd.settings.Manager = {
+ DefaultTimeoutStopSec = "5s";
+ };
}
(lib.mkIf (cfg == "systemd-boot") {