Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-02 | ahmed: Rebuild linus.onl on webhook instead of timer | Linnnus | |
2024-08-27 | ahmed: Don't attempt to fetch linus.onl source before network is online | Linnnus | |
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". | |||
2024-02-20 | Merge 'reorg' into 'main' | Linnnus | |
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. |