Automatic system upgrades: Difference between revisions

imported>Onny
Init page
 
imported>Onny
Add usage examples
Line 18: Line 18:
};
};
</nowiki>}}
</nowiki>}}
To see the status of the timer run
<syntaxhighlight lang="bash">
# systemctl status nixos-upgrade.timer
</syntaxhighlight>
The upgrade log can be printed with this command
<syntaxhighlight lang="bash">
# systemctl status nixos-upgrade.service
</syntaxhighlight>