ssh-keys: migrate hexa to infra-core
Martin Weinelt committed
Jan 12, 2024 at 21:19 UTC
add671763fa45612f770edf285c568a344fd7d9c
1 file changed
+11
-2
ssh-keys.nix
+11
-2
@@ -42,10 +42,19 @@ rec {
42
43
delroth = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII3tjB4KYDok3KlWxdBp/yEmqhhmybd+w0VO4xUwLKKV";
44
45
- infra-core = [ eelco graham graham-hermes-conrad zimbatm amine vcunat delroth ];
46
- infra = infra-core ++ [
45
+ infra-core = [
46
+ eelco
47
+ graham
48
+ graham-hermes-conrad
49
+ zimbatm
50
+ amine
51
+ vcunat
52
+ delroth
53
hexa-gaia
54
hexa-helix
55
+ ];
56
+
57
+ infra = infra-core ++ [
58
julienmalka
59
];
60