feat(meta): Add Elias
All checks were successful
Check meta / check_dns (push) Successful in 43s
build configuration / build_vault01 (push) Successful in 1m14s
build configuration / build_web02 (push) Successful in 54s
lint / check (push) Successful in 24s
build configuration / build_rescue01 (push) Successful in 52s
build configuration / build_web01 (push) Successful in 1m31s
build configuration / push_to_cache (push) Successful in 2m16s
Check meta / check_meta (push) Successful in 23s
build configuration / build_storage01 (push) Successful in 1m11s
build configuration / build_compute01 (push) Successful in 1m14s

This commit is contained in:
Tom Hubrecht 2024-05-14 23:50:20 +02:00
parent 947e29aa57
commit e4e44dfd00
2 changed files with 24 additions and 15 deletions

1
keys/ecoppens.keys Normal file
View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGmU7yEOCGuGNt4PlQbzd0Cms1RePpo8yEA7Ij/+TdA

View file

@ -5,19 +5,14 @@
{ {
members = { members = {
mdebray = { catvayor = {
name = "Maurice Debray"; name = "Lubin Bailly";
email = "maurice.debray@dgnum.eu"; email = "catvayor@dgnum.eu";
}; };
thubrecht = { ecoppens = {
name = "Tom Hubrecht"; name = "Elias Coppens";
email = "tom.hubrecht@dgnum.eu"; email = "ecoppens@dgnum.eu";
};
raito = {
name = "Ryan Lahfa";
email = "ryan@dgnum.eu";
}; };
jemagius = { jemagius = {
@ -30,9 +25,19 @@
email = "luj@dgnum.eu"; email = "luj@dgnum.eu";
}; };
catvayor = { mdebray = {
name = "Lubin Bailly"; name = "Maurice Debray";
email = "catvayor@dgnum.eu"; email = "maurice.debray@dgnum.eu";
};
raito = {
name = "Ryan Lahfa";
email = "ryan@dgnum.eu";
};
thubrecht = {
name = "Tom Hubrecht";
email = "tom.hubrecht@dgnum.eu";
}; };
}; };
@ -46,7 +51,10 @@
]; ];
# members of this group are root on the fai infrastructure # members of this group are root on the fai infrastructure
fai = [ "catvayor" ]; fai = [
"catvayor"
"ecoppens"
];
}; };
external = { external = {