Testing agenix
This commit is contained in:
parent
c8cede43df
commit
36195dee41
4 changed files with 27 additions and 10 deletions
BIN
secrets/secret1.age
Normal file
BIN
secrets/secret1.age
Normal file
Binary file not shown.
10
secrets/secrets.nix
Normal file
10
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
io = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCIrKJk5zWzWEHvLMPMK8T3PyeBjsCsqzxPN+OrXfhA";
|
||||
desktops = [ io ];
|
||||
|
||||
alexandria = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
|
||||
servers = [ alexandria ];
|
||||
in
|
||||
{
|
||||
"secret1.age".publicKeys = desktops;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue