forked from pub-solar/os
agenix: rekey for ryzensun
This commit is contained in:
parent
4b8c24df60
commit
6f5dae8520
BIN
secrets/environment-secrets.age
Executable file → Normal file
BIN
secrets/environment-secrets.age
Executable file → Normal file
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue