about summary refs log tree commit diff
path: root/users/grfn/web/default.nix
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-11-13T19·24-0500
committerclbot <clbot@tvl.fyi>2023-12-05T17·05+0000
commitd54cc89b4f4f5b4dc7083cb14dcc8fda24351c20 (patch)
tree380d5cb82bcb03f7fdab516ab2054f299b1b53dd /users/grfn/web/default.nix
parent2db3cc920b44f25813ffa9b443382075483241d7 (diff)
feat(grfn/web): Link to my own version of my pubkey r/7113
the keys.gnupg.net keyserver has been down for some time now, let's not
link to that in favor of linking to a self-hosted version of my GPG
public key

Change-Id: I9f645c562c2b04e9fb755f21d1ec8a89f89c2230
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10032
Tested-by: BuildkiteCI
Autosubmit: grfn <grfn@gws.fyi>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/web/default.nix')
-rw-r--r--users/grfn/web/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/web/default.nix b/users/grfn/web/default.nix
index 580e1c8cd1cd..b59548fcd82e 100644
--- a/users/grfn/web/default.nix
+++ b/users/grfn/web/default.nix
@@ -26,6 +26,7 @@ let
       cp -r ${site.recipes} $out/recipes
       cp ${resume} $out/resume.pdf
       cp ${keys} $out/keys
+      cp ${./pubkey.gpg} $out/pubkey.gpg
     '';
 
   purge-cf = writeShellApplication {