Clean /tmp on boot

This commit is contained in:
Riley Apeldoorn 2023-09-03 13:11:37 +02:00
parent 4fd6205b88
commit a61c8fc8fb
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
config = {
time.timeZone = "Europe/Amsterdam";
boot.tmp.cleanOnBoot = true;
environment.systemPackages = (import ../env.nix pkgs) ++ (with pkgs; [
# For Mae
neovim