diff --git a/keys/ecoppens.keys b/keys/ecoppens.keys new file mode 100644 index 0000000..4b5a875 --- /dev/null +++ b/keys/ecoppens.keys @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGmU7yEOCGuGNt4PlQbzd0Cms1RePpo8yEA7Ij/+TdA diff --git a/meta/organization.nix b/meta/organization.nix index 7196988..cf5eab5 100644 --- a/meta/organization.nix +++ b/meta/organization.nix @@ -5,19 +5,14 @@ { members = { - mdebray = { - name = "Maurice Debray"; - email = "maurice.debray@dgnum.eu"; + catvayor = { + name = "Lubin Bailly"; + email = "catvayor@dgnum.eu"; }; - thubrecht = { - name = "Tom Hubrecht"; - email = "tom.hubrecht@dgnum.eu"; - }; - - raito = { - name = "Ryan Lahfa"; - email = "ryan@dgnum.eu"; + ecoppens = { + name = "Elias Coppens"; + email = "ecoppens@dgnum.eu"; }; jemagius = { @@ -30,9 +25,19 @@ email = "luj@dgnum.eu"; }; - catvayor = { - name = "Lubin Bailly"; - email = "catvayor@dgnum.eu"; + mdebray = { + name = "Maurice Debray"; + 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 - fai = [ "catvayor" ]; + fai = [ + "catvayor" + "ecoppens" + ]; }; external = {