Skip to content

Commit

Permalink
global: use tmpfs for /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Jul 19, 2024
1 parent 70fa16f commit 8e3fa17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions global/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
allowReboot = false; # this breaks our current setup with encrypted secureboot
};

boot.tmp = {
useTmpfs = true;
cleanOnBoot = true;
};

# # Enable crash dumps globally
# boot.crashDump = {
# enable = true;
Expand Down

0 comments on commit 8e3fa17

Please sign in to comment.