This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Website (dma.space) - **Source code:** https://codeberg.org/dma/site - **Maintainer:** @diamond ## Posting an infrastructure notice If you have access to either `colo-komo` or `colo-fmt2` (i.e., if you're in the list of NixOS infra admins), edit the file `/etc/infra-notices.yaml` in the following ways: - quick error: ```yaml raw maintenance message here. this is automatically treated as a string. ``` - full YAML: ```yaml - title: network maintenance in progress description: | we're currently doing an impromptu network maintenance. services may be down briefly and unexpectedly until 4PM. please be patient! expiresAt: 1787785200 # obtain from `date +%s -d '...'` ``` Once the file is saved, all `dma.space` pages will start showing this notice on top. Since this lives entirely off-prem, it's a reliable fallback for sending out outage notices.