agenix: rekey for ryzensun

This commit is contained in:
teutat3s 2021-10-25 01:33:29 +02:00
parent 4b8c24df60
commit 6f5dae8520
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
3 changed files with 2 additions and 1 deletions

BIN
secrets/environment-secrets.age Executable file → Normal file

Binary file not shown.

Binary file not shown.

View file

@ -1,8 +1,9 @@
let
# set ssh public keys here for your system and user
dumpyourvms = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILDATEWAgDZFfYs1ZPh33Kg4sqQ9tWMVKyk8XqFu3Koe host@dumpyourvms";
ryzensun = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH/l7MfEmt510BMeNjuXNPmZ0brcQidvrrpcea+qJMjX root@ryzensun";
teutat3s = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcU6KPy4b1MQXd6EJhcYwbJu7E+0IrBZF/IP6T7gbMf teutat3s@dumpyourvms";
allKeys = [ dumpyourvms teutat3s ];
allKeys = [ dumpyourvms ryzensun teutat3s ];
in
{
"example-secret.age".publicKeys = allKeys;