home: secrets: fix public keys list
This commit is contained in:
parent
e68ae26609
commit
c0a80c2503
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ let
|
|||
keys = import ../../keys;
|
||||
|
||||
# deadnix: skip
|
||||
all = keys.users;
|
||||
all = builtins.attrValues keys.users;
|
||||
in
|
||||
{
|
||||
# Add secrets here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue