nix/key: add dyndnsKey

このコミットが含まれているのは:
Astro 2021-05-06 02:05:13 +02:00
コミット 0d25ccf0da
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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