network/nix/key/flake.nix

10 lines
193 B
Nix
Raw Normal View History

2021-03-19 23:25:31 +01:00
{
description = "Zentralwerk network secret GPG key";
outputs = { ... }: {
lib.gpgKey = null;
2021-05-06 02:05:13 +02:00
# test key
lib.dyndnsKey = "Dr1QHSfNtAwgbdoNBtCgl5NxsSXlaw9+qo7juiVTv58=";
2021-03-19 23:25:31 +01:00
};
}