keys: Add raito's keys
This commit is contained in:
parent
8a65ff477d
commit
0eb81321b2
2 changed files with 6 additions and 1 deletions
|
@ -9,12 +9,17 @@ let
|
||||||
name = "Tom Hubrecht";
|
name = "Tom Hubrecht";
|
||||||
email = "tom.hubrecht@dgnum.eu";
|
email = "tom.hubrecht@dgnum.eu";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
raito = {
|
||||||
|
name = "Raito Bezarius";
|
||||||
|
email = "raito@dgnume.eu";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
groups = {
|
groups = {
|
||||||
root = [ "thubrecht" ];
|
root = [ "thubrecht" ];
|
||||||
|
|
||||||
web = [ "mdebray" ];
|
web = [ "mdebray" "raito" ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue