Add tachikoma key to xana ACL.

Julien LepillerMon Nov 30 21:28:48+0100 2020

f40bd9e

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

157157
                  (listen '("443 ssl http2" "[::]:443 ssl http2"))
158158
                  (server-name '(default "xana.lepiller.eu"))
159159
                  (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))))))))