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=";
};
}