home: secrets: fix public keys list

This commit is contained in:
Bruno BELANYI 2023-05-17 11:12:18 +00:00
parent e68ae26609
commit c0a80c2503
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ let
keys = import ../../keys;
# deadnix: skip
all = keys.users;
all = builtins.attrValues keys.users;
in
{
# Add secrets here