From 0d25ccf0da7f70e242741ec014e1ccaf832d1b67 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 6 May 2021 02:05:13 +0200 Subject: [PATCH] nix/key: add dyndnsKey --- nix/key/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/key/flake.nix b/nix/key/flake.nix index 3405fe7..406264b 100644 --- a/nix/key/flake.nix +++ b/nix/key/flake.nix @@ -3,5 +3,7 @@ outputs = { ... }: { lib.gpgKey = null; + # test key + lib.dyndnsKey = "Dr1QHSfNtAwgbdoNBtCgl5NxsSXlaw9+qo7juiVTv58="; }; }