elitak / nixos-infect

[GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)
GNU General Public License v3.0
1.3k stars 214 forks source link

Fix option boot.cleanTmpDir has been renamed #185

Closed Bouni closed 8 months ago

Bouni commented 8 months ago

nixos-rebuild switch spits out a warning:

trace: warning: The option `boot.cleanTmpDir' defined in `/etc/nixos/configuration.nix' has been renamed to `boot.tmp.cleanOnBoot'.

This PR renames that option to fix the warning.

Bouni commented 8 months ago

🤦🏽 I should check the other PRs first -> duplicate