admins: enroll Tom Hubrecht
Tom Hubrecht est un sysadmin / membre d'honneur de la DGNum, membre du CA d'AliENS. Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
a4ab0fce56
commit
0355dd4b80
3 changed files with 9 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||
../pubkeys/raito.keys
|
||||
../pubkeys/bensmrs.keys
|
||||
../pubkeys/tomate.keys
|
||||
];
|
||||
|
||||
users.motd = (builtins.readFile ./federez.motd);
|
||||
|
|
1
pubkeys/tomate.keys
Normal file
1
pubkeys/tomate.keys
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+EZXYziiaynJX99EW8KesnmRTZMof3BoIs3mdEl8L3
|
|
@ -7,11 +7,14 @@ let
|
|||
# Add yourself.
|
||||
raito = readKeyFile ../pubkeys/raito.keys;
|
||||
bensmrs = readKeyFile ../pubkeys/bensmrs.keys;
|
||||
tomate = readKeyFile ../pubkeys/tomate.keys;
|
||||
|
||||
matrix-admins = raito ++ bensmrs;
|
||||
vaultwarden-admins = raito ++ bensmrs;
|
||||
keycloak-admins = raito ++ bensmrs;
|
||||
ldap-bind-admins = raito ++ bensmrs;
|
||||
active-admins = raito ++ bensmrs ++ tomate;
|
||||
|
||||
matrix-admins = active-admins;
|
||||
vaultwarden-admins = active-admins;
|
||||
keycloak-admins = active-admins;
|
||||
ldap-bind-admins = active-admins;
|
||||
servers = [ estragon wagon lagon klingon ];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue