Set up agenix for secrets management

This commit is contained in:
Katherina Walshe-Grey 2024-06-18 14:20:45 +01:00
parent 45e857747d
commit 6bf38b7814
4 changed files with 29 additions and 2 deletions

5
secrets/secrets.nix Normal file
View file

@ -0,0 +1,5 @@
let
yevaud = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHUAgyQhl390yUObLUI+jEbuNrZ2U6+8px628DolD+T";
systems = [ yevaud ];
in
{ }