Rename boot.cleanTmpDir

This commit is contained in:
Simon Bruder 2023-05-30 11:43:59 +02:00
parent 2221fcf6c1
commit 1ec8a58921
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -67,7 +67,7 @@
]; ];
# Clean temporary files on boot # Clean temporary files on boot
boot.cleanTmpDir = true; boot.tmp.cleanOnBoot = true;
# Set zsh as default shell with reasonable default config for all users # Set zsh as default shell with reasonable default config for all users
programs.zsh = { programs.zsh = {