2020-09-04 01:18:20 +03:00
|
|
|
let
|
|
|
|
user1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL0idNvgGiucWgup/mP78zyC23uFjYq0evcWdjGQUaBH";
|
|
|
|
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPJDyIr/FSz1cJdcoW69R+NrWzwGK/+3gJpqD1t8L2zE";
|
2023-01-29 19:27:20 +03:00
|
|
|
in {
|
|
|
|
"secret1.age".publicKeys = [user1 system1];
|
|
|
|
"secret2.age".publicKeys = [user1];
|
|
|
|
"passwordfile-user1.age".publicKeys = [user1 system1];
|
2024-07-29 20:28:45 +03:00
|
|
|
"armored-secret.age" = {
|
2024-07-31 01:47:45 +03:00
|
|
|
publicKeys = [user1];
|
2024-07-29 20:28:45 +03:00
|
|
|
armor = true;
|
|
|
|
};
|
2020-09-04 01:18:20 +03:00
|
|
|
}
|