From 760a0edc2937fab375898bbd2f2a3011eb8c9756 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 11 Jan 2026 20:53:40 +0100 Subject: way too many changes to describe --- os/core/bootloader.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/core/bootloader.nix') 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") { -- cgit v1.3