mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-26 19:48:28 +03:00
5 lines
147 B
Nix
5 lines
147 B
Nix
let
|
|
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJDyIr/FSz1cJdcoW69R+NrWzwGK/+3gJpqD1t8L2zE";
|
|
in {
|
|
"one-way.age".publicKeys = [system1];
|
|
}
|