nix/key: add dyndnsKey

This commit is contained in:
Astro 2021-05-06 02:05:13 +02:00
父節點 4402d724bb
當前提交 0d25ccf0da
共有 1 個檔案被更改,包括 2 行新增0 行删除

查看文件

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