We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should be fairly trivial to implement, but I'm opening up an issue just to track others' consensus.
For example, the NixOS option services.restic.backups.<name>.timerConfig allows for fine-grained SystemD timer configuration.
services.restic.backups.<name>.timerConfig
This attrset is useful, for example, to set WakeSystem=true, to ensure that a nightly backup happens when a computer is otherwise suspended.
WakeSystem=true
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
There's the option to set systemd.timers.nixos-upgrade.timerConfig directly, btw.
systemd.timers.nixos-upgrade.timerConfig
Sorry, something went wrong.
No branches or pull requests
Description
Should be fairly trivial to implement, but I'm opening up an issue just to track others' consensus.
For example, the NixOS option
services.restic.backups.<name>.timerConfig
allows for fine-grained SystemD timer configuration.This attrset is useful, for example, to set
WakeSystem=true
, to ensure that a nightly backup happens when a computer is otherwise suspended.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: