Age | Commit message (Collapse) | Author |
|
|
|
|
|
Since the build script uses commit dates to infer authoring dates, a
shallow clone makes all posts appear to have been published at the time
of the most recent commit.
|
|
|
|
I thought this restriction was already being enforced since I set
systemd.services."${domain}-source".after = ["network-online.target"]
but that apparently wasn't enough. I had to also ensure the timer, which
triggered the service was ordered after "network-online.target".
|
|
This patch moves in the reorganizational work done on the reorg branch,
mainly:
* Move host-specific modules into hosts/<host>/<module>
* Break up HM config
See the reorg branch for the individual commits.
|