Compare commits
2 commits
a559d2e0c0
...
e4e44dfd00
Author | SHA1 | Date | |
---|---|---|---|
e4e44dfd00 | |||
947e29aa57 |
3 changed files with 25 additions and 16 deletions
1
keys/ecoppens.keys
Normal file
1
keys/ecoppens.keys
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGmU7yEOCGuGNt4PlQbzd0Cms1RePpo8yEA7Ij/+TdA
|
|
@ -67,7 +67,7 @@
|
|||
stateVersion = "23.11";
|
||||
nixpkgs = "unstable";
|
||||
|
||||
admins = [ "catvayor" ];
|
||||
adminGroups = [ "fai" ];
|
||||
};
|
||||
|
||||
web02 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue