Use agenix to encrypt secrets

This commit is contained in:
Oliver Davies 2024-12-09 22:35:34 +00:00
parent 04c32edb04
commit c01820a33b
7 changed files with 137 additions and 13 deletions

6
nix/secrets/secrets.nix Normal file
View file

@ -0,0 +1,6 @@
let
lemp11 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEZ+ljJKd6uqdAk+fqxwtObI4Stab2N9Bjo4QFHY/v8n";
in
{
"tubearchivist.age".publicKeys = [ lemp11 ];
}