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";
|
stateVersion = "23.11";
|
||||||
nixpkgs = "unstable";
|
nixpkgs = "unstable";
|
||||||
|
|
||||||
admins = [ "catvayor" ];
|
adminGroups = [ "fai" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
web02 = {
|
web02 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue