diff options
| author | Fuwn <[email protected]> | 2024-09-06 13:37:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-06 13:37:47 -0700 |
| commit | 38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535 (patch) | |
| tree | 9e3aaa46c0ea76c0a9025984fe13ce660577f744 /modules/system | |
| parent | Bump (diff) | |
| download | nixos-config-38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535.tar.xz nixos-config-38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535.zip | |
Bump
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/boot/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index c2238c0..0798849 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -6,6 +6,7 @@ ]; boot = { + tmp.cleanOnBoot = true; crashDump.enable = false; consoleLogLevel = 3; kernelPackages = pkgs.linuxPackages_zen; |