Merge branch 'enroll_jeltz' into 'master'
admins: enroll Jeltz See merge request federez/nix!1
This commit is contained in:
commit
0b55fc629f
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
../pubkeys/raito.keys
|
||||
../pubkeys/bensmrs.keys
|
||||
../pubkeys/tomate.keys
|
||||
../pubkeys/jeltz.keys
|
||||
];
|
||||
|
||||
users.motd = (builtins.readFile ./federez.motd);
|
||||
|
|
1
pubkeys/jeltz.keys
Normal file
1
pubkeys/jeltz.keys
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHabXDr/vrx361yaxKK58jHJB77TNVZvqhkIiaTB7ECI
|
|
@ -8,8 +8,9 @@ let
|
|||
raito = readKeyFile ../pubkeys/raito.keys;
|
||||
bensmrs = readKeyFile ../pubkeys/bensmrs.keys;
|
||||
tomate = readKeyFile ../pubkeys/tomate.keys;
|
||||
jeltz = readKeyFile ../pubkeys/jeltz.keys;
|
||||
|
||||
active-admins = raito ++ bensmrs ++ tomate;
|
||||
active-admins = raito ++ bensmrs ++ tomate ++ jeltz;
|
||||
|
||||
matrix-admins = active-admins;
|
||||
vaultwarden-admins = active-admins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue