Automatic system upgrades: Difference between revisions
Prioritize channel-based auto-upgrade config since it's the NixOS default; clarify flake vs channel differences |
Remove reference to deprecated flag in text |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
</nowiki>}} | </nowiki>}} | ||
<strong>Important:</strong> Do not use flake-specific flags with channel-based systems, as they will cause the upgrade to fail silently. | |||
=== Flake-based systems === | === Flake-based systems === | ||
| Line 32: | Line 32: | ||
flake = inputs.self.outPath; | flake = inputs.self.outPath; | ||
flags = [ | flags = [ | ||
"--print-build-logs" | "--print-build-logs" | ||
]; | ]; | ||