WIP Ragenix
This commit is contained in:
parent
18bfabfc21
commit
799e2fd944
6 changed files with 308 additions and 119 deletions
6
secrets/secrets.nix
Normal file
6
secrets/secrets.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{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 ./.))))
|
Loading…
Add table
Add a link
Reference in a new issue