machines-config/secrets/keys.json

21 lines
538 B
JSON
Raw Normal View History

2025-01-07 20:05:09 +01:00
{
2025-01-09 17:34:18 +01:00
"hosts": {
"wenar-nix": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl0Rdo2kHliBeIiPuiO4kYO5M0VZFNXw4siepV1p6Pj",
"lenar": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOUnlAjPnMwJYgZb7YuholdTxifOEFnAyXVqI+xFlHw6"
},
"servers": {
"test-server": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID4ioqiTzYe6Y6H0YfFkWyDBbCB25wYs3gKNZIufE/Sn"
},
"secrets": {
"mypassword.age": [
"hosts:wenar-nix",
"hosts:lenar",
"servers:test-server"
2025-01-10 23:23:20 +01:00
],
"k3stoken.age": [
"hosts:wenar-nix",
"hosts:lenar"
2025-01-09 17:34:18 +01:00
]
}
2025-01-10 23:23:20 +01:00
}