mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
setup agenix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
let
|
||||
myKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC6WNm4YAQO85j0aNQkKSH7QnmhgzKA4hA2ggi6cDyKk tomasr@nixos";
|
||||
in
|
||||
{
|
||||
"my-secret.age".publicKeys = [
|
||||
myKey
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user