summaryrefslogtreecommitdiff
path: root/modules/system/boot/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-06 13:37:47 -0700
committerFuwn <[email protected]>2024-09-06 13:37:47 -0700
commit38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535 (patch)
tree9e3aaa46c0ea76c0a9025984fe13ce660577f744 /modules/system/boot/default.nix
parentBump (diff)
downloadnixos-config-38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535.tar.xz
nixos-config-38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535.zip
Bump
Diffstat (limited to 'modules/system/boot/default.nix')
-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;