summaryrefslogtreecommitdiff
path: root/openwrt/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* add *some* documentationpennae2023-10-011-7/+36
|
* add reload-only deployment optionpennae2023-09-281-7/+51
| | | | | this is mostly useful for things like static dhcp lease tables. reboots may be a bit harsh for those.
* improve on-device logging slightlypennae2023-09-271-2/+0
| | | | | | tell the user that a deployment has failed and log reboot messages from the device, just in case the network broke before the reboot (in which case logging the reboot event from the deploying host would be misleading)
* don't provide log formats as environmentspennae2023-09-271-4/+1
| | | | environments work, but this seems a little less fragile.
* initial commitpennae2023-09-221-0/+214
without warranty of any kind, express or impliend