nix/key: add dyndnsKey

This commit is contained in:
Astro 2021-05-06 02:05:13 +02:00
parent 4402d724bb
commit 0d25ccf0da
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@
outputs = { ... }: { outputs = { ... }: {
lib.gpgKey = null; lib.gpgKey = null;
# test key
lib.dyndnsKey = "Dr1QHSfNtAwgbdoNBtCgl5NxsSXlaw9+qo7juiVTv58=";
}; };
} }