summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/boot/default.nix1
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;