Add xana key to tachikoma acl.

Julien LepillerMon Nov 30 21:27:19+0100 2020

6cefad0

Add xana key to tachikoma acl.

keys/xana.pub unknown status 1

1+
(public-key 
2+
 (ecc 
3+
   (curve Ed25519)
4+
     (q #E5B39A4B5A868121A5FE58510E6AB62D4735EA457389024CB82F0476AEFC61EB#)
5+
       )
6+
        )

systems/tachikoma.scm

6363
                 (virtlog-configuration
6464
                   (max-clients 1000)))
6565
        (modify-services desktop-services
66+
	  (guix-service-type config =>
67+
	    (guix-configuration
68+
	      (inherit config)
69+
	      (authorized-keys
70+
		(cons
71+
		  (local-file "../keys/xana.pub")
72+
		  %default-authorized-guix-keys))))
6673
          (pulseaudio-service-type config =>
6774
	    (pulseaudio-configuration
6875
	      (inherit config)