nix/key: add dyndnsKey

This commit is contained in:
Astro 2021-05-06 02:05:13 +02:00
parent 4402d724bb
commit 0d25ccf0da
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

Vedi File

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