setup agenix

This commit is contained in:
2026-07-26 14:09:18 +02:00
parent 72fae98a43
commit ba4f2b5bf2
7 changed files with 99 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
let
myKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC6WNm4YAQO85j0aNQkKSH7QnmhgzKA4hA2ggi6cDyKk tomasr@nixos";
in
{
"my-secret.age".publicKeys = [
myKey
];
}