[NixOS] Set up agenix and auto import gpg key

This commit is contained in:
2023-08-22 15:48:29 -06:00
parent ee0ae1a7d9
commit 11d5f9f0bb
5 changed files with 28 additions and 0 deletions

BIN
nixos/secrets/gpg-keys.age Normal file

Binary file not shown.

View File

@@ -0,0 +1,5 @@
let keys = (import ../keys.nix);
in
{
"gpg-keys.age".publicKeys = keys.kanivanKeys;
}