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
63 | 63 | (virtlog-configuration | |
64 | 64 | (max-clients 1000))) | |
65 | 65 | (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)))) | |
66 | 73 | (pulseaudio-service-type config => | |
67 | 74 | (pulseaudio-configuration | |
68 | 75 | (inherit config) |