From fd90065790eaccf8aadc373c4e1d07cbc801239a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 5 Sep 2024 21:51:07 -0700 Subject: Bump --- modules/system/boot/default.nix | 2 +- modules/system/default.nix | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/system') diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index d57d14e..c2238c0 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -16,7 +16,7 @@ ]; loader = { - timeout = 5; + timeout = 1; generationsDir.copyKernels = true; efi = { diff --git a/modules/system/default.nix b/modules/system/default.nix index 2234712..d6f1656 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -1,4 +1,3 @@ -{ lib, ... }: { imports = [ ./access @@ -24,10 +23,7 @@ }; }; - environement = { - enableAllTerminfo = true; - memoryAllocator.provider = lib.mkDefault "mimalloc"; - }; + environment.enableAllTerminfo = true; console = { earlySetup = true; -- cgit v1.2.3