diff options
| author | Fuwn <[email protected]> | 2024-09-05 21:51:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-05 21:51:07 -0700 |
| commit | fd90065790eaccf8aadc373c4e1d07cbc801239a (patch) | |
| tree | 8f45b831784c5abc72c7bd9ceaf9287780502e37 /modules/system | |
| parent | Bump (diff) | |
| download | nixos-config-fd90065790eaccf8aadc373c4e1d07cbc801239a.tar.xz nixos-config-fd90065790eaccf8aadc373c4e1d07cbc801239a.zip | |
Bump
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/boot/default.nix | 2 | ||||
| -rw-r--r-- | modules/system/default.nix | 6 |
2 files changed, 2 insertions, 6 deletions
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; |