Add tachikoma key to xana ACL.
keys/tachikoma.pub unknown status 1
1 | + | (public-key | |
2 | + | (ecc | |
3 | + | (curve Ed25519) | |
4 | + | (q #D2FC67A743452D95C3BA028500254D1ECA47B7191C685D10B4DED1037241A67C#))) |
systems/xana.scm
157 | 157 | (listen '("443 ssl http2" "[::]:443 ssl http2")) | |
158 | 158 | (server-name '(default "xana.lepiller.eu")) | |
159 | 159 | (root "/srv/http/default"))))) | |
160 | - | (server-services "xana")))) | |
160 | + | (modify-services (server-services "xana") | |
161 | + | (guix-service-type config => | |
162 | + | (guix-configuration | |
163 | + | (inherit config) | |
164 | + | (authorized-keys | |
165 | + | (cons | |
166 | + | (local-file "../keys/tachikoma.pub") | |
167 | + | %default-authorized-guix-keys)))))))) |