use agenix

This commit is contained in:
zuckerberg
2021-06-14 22:48:23 -04:00
parent 3a91b44d85
commit b0ae5e394f
5 changed files with 36 additions and 6 deletions

9
secrets/secrets.nix Normal file
View File

@@ -0,0 +1,9 @@
let
keys = import ../common/ssh.nix;
systems = keys.systems;
users = keys.users;
all = users ++ systems;
in
{
"searx.age".publicKeys = all;
}