nix/key: add dyndnsKey

Cette révision appartient à :
Astro 2021-05-06 02:05:13 +02:00
Parent 4402d724bb
révision 0d25ccf0da
1 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

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