diff options
| author | Fuwn <[email protected]> | 2024-08-30 19:17:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 19:17:58 -0700 |
| commit | 706b6c87d63f3d69b16e65de8afd8e58846ff104 (patch) | |
| tree | 789153e6c080b0e61fca1c65829c8a55a041fd13 /modules/boot/default.nix | |
| parent | gnu (diff) | |
| download | nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.tar.xz nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.zip | |
thi
Diffstat (limited to 'modules/boot/default.nix')
| -rw-r--r-- | modules/boot/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/boot/default.nix b/modules/boot/default.nix index eb128ed..05fafc6 100644 --- a/modules/boot/default.nix +++ b/modules/boot/default.nix @@ -6,6 +6,8 @@ ]; boot = { + crashDump.enable = false; + loader = { timeout = 5; |