nix/key: add dyndnsKey

Este commit está contenido en:
Astro 2021-05-06 02:05:13 +02:00
padre 4402d724bb
commit 0d25ccf0da
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

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