wip agenix
This commit is contained in:
parent
799e2fd944
commit
a7a0869dbe
6 changed files with 41 additions and 135 deletions
5
secrets/foo.age
Normal file
5
secrets/foo.age
Normal file
|
@ -0,0 +1,5 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 VKQUdQ V568wRYo550DS5oiEYb/19nR1mwz4XIBlkbuqKb9YiI
|
||||
hh/6uj6bfMqEvWaWD+kqwXiuyKaXvn9XJF4T6EICCrg
|
||||
--- fP66DGtL4VsWF3L8VCRn3lxfd0DQJqupcJvq0QyeOrk
|
||||
1aˆÿýœ=Àø¸_ùz–ìxcÐnat a ÷<>ÕŸÆÒ
|
|
@ -1,6 +1 @@
|
|||
{lib, ...}:
|
||||
with builtins;
|
||||
listToAttrs (map (file: {
|
||||
name = file;
|
||||
value.publicKeys = split "\n" (readFile (fetchurl "https://github.com/Henry-Hiles.keys"));
|
||||
}) (filter (name: lib.hasSuffix ".age" name) (builtins.attrNames (builtins.readDir ./.))))
|
||||
with builtins; filter isString (split "\n" (readFile (fetchurl "https://github.com/Henry-Hiles.keys")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue