diff options
| author | Fuwn <[email protected]> | 2024-09-10 03:05:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-10 03:05:01 -0700 |
| commit | 215ea73379b3de0bba2bb0c84b452234d157c77b (patch) | |
| tree | 07999c375f6d0b7ebcba7bbfa0026e05119b3bbd | |
| parent | Bump: haskell.nix binary cache (diff) | |
| download | nixos-config-215ea73379b3de0bba2bb0c84b452234d157c77b.tar.xz nixos-config-215ea73379b3de0bba2bb0c84b452234d157c77b.zip | |
Bump: tmp
| -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 acc21fb..0798849 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -6,7 +6,7 @@ ]; boot = { - tmp.cleanOnBoot = false; + tmp.cleanOnBoot = true; crashDump.enable = false; consoleLogLevel = 3; kernelPackages = pkgs.linuxPackages_zen; |