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