From 2a318bdced01be829663c83277eb1eb67974f486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 12 Jun 2026 15:37:43 +0200 Subject: [PATCH] hosts: forgot to use nixUtils module --- modules/hardware/bootloader.nix | 2 ++ modules/hosts/desktop.nix | 1 + modules/hosts/laptop.nix | 2 ++ modules/utilities/nixUtils.nix | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/hardware/bootloader.nix b/modules/hardware/bootloader.nix index 67f72b2..600d893 100644 --- a/modules/hardware/bootloader.nix +++ b/modules/hardware/bootloader.nix @@ -11,6 +11,8 @@ _: { boot.loader.limine = { enable = true; efiSupport = true; + extraConfig = '' + ''; }; boot.loader.efi.canTouchEfiVariables = true; diff --git a/modules/hosts/desktop.nix b/modules/hosts/desktop.nix index 24a51d8..b56cb9d 100644 --- a/modules/hosts/desktop.nix +++ b/modules/hosts/desktop.nix @@ -38,6 +38,7 @@ mathematics mullvad networking + nixUtils notifications nvidia office diff --git a/modules/hosts/laptop.nix b/modules/hosts/laptop.nix index 24d548f..0ff6de1 100644 --- a/modules/hosts/laptop.nix +++ b/modules/hosts/laptop.nix @@ -39,6 +39,8 @@ mathematics mullvad networking + nixUtils-laptop + nixUtils notifications office #ollama diff --git a/modules/utilities/nixUtils.nix b/modules/utilities/nixUtils.nix index a7c4531..93d8f9b 100644 --- a/modules/utilities/nixUtils.nix +++ b/modules/utilities/nixUtils.nix @@ -10,7 +10,7 @@ nix.optimise = { automatic = true; persistent = true; - randomDelaySec = "30min"; + randomizedDelaySec = "30min"; dates = "Thu *-*-* 16:00:00"; }; # Garbage collector of generations