Merge branch 'master' of gitlab2.federez.net:federez/nix

This commit is contained in:
jeltz 2025-06-21 12:00:25 +02:00
commit 5c4df54d2c
Signed by: jeltz
GPG key ID: 800882B66C0C3326
4 changed files with 8 additions and 3 deletions

View file

@ -16,8 +16,9 @@ let
bensmrs = readKeyFile ../pubkeys/bensmrs.keys;
tomate = readKeyFile ../pubkeys/tomate.keys;
jeltz = readKeyFile ../pubkeys/jeltz.keys;
asyncnomi = readKeyFile ../pubkeys/asyncnomi.keys;
active-admins = raito ++ bensmrs ++ tomate ++ jeltz;
active-admins = raito ++ bensmrs ++ tomate ++ jeltz ++ asyncnomi;
matrix-admins = active-admins;
vaultwarden-admins = active-admins;