Compare commits

...

2 commits

Author SHA1 Message Date
e4e44dfd00 feat(meta): Add Elias
All checks were successful
Check meta / check_meta (push) Successful in 23s
Check meta / check_dns (push) Successful in 43s
build configuration / build_storage01 (push) Successful in 1m11s
build configuration / build_compute01 (push) Successful in 1m14s
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
2024-05-14 23:50:20 +02:00
947e29aa57 feat(vault01): Make the fai group admin 2024-05-14 23:48:40 +02:00
3 changed files with 25 additions and 16 deletions

1
keys/ecoppens.keys Normal file
View file

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

View file

@ -67,7 +67,7 @@
stateVersion = "23.11"; stateVersion = "23.11";
nixpkgs = "unstable"; nixpkgs = "unstable";
admins = [ "catvayor" ]; adminGroups = [ "fai" ];
}; };
web02 = { web02 = {

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 = {