wrap agenix, server changes

This commit is contained in:
Henry Hiles 2025-03-22 22:11:05 -04:00
parent c548d24239
commit b4cc4eab4d
6 changed files with 14 additions and 6 deletions

5
secrets/keys.nix Normal file
View file

@ -0,0 +1,5 @@
with builtins;
filter isString (split "\n" (readFile (fetchurl {
url = "https://github.com/Henry-Hiles.keys";
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
})))