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