forked from pub-solar/os
Init agenix
This commit is contained in:
parent
e9d626f69c
commit
426e4ec460
BIN
secrets/example-secret.age
Normal file
BIN
secrets/example-secret.age
Normal file
Binary file not shown.
|
@ -1,9 +1,9 @@
|
||||||
let
|
let
|
||||||
# set ssh public keys here for your system and user
|
# set ssh public keys here for your system and user
|
||||||
system = "";
|
dumpyourvms = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILDATEWAgDZFfYs1ZPh33Kg4sqQ9tWMVKyk8XqFu3Koe host@dumpyourvms";
|
||||||
user = "";
|
teutat3s = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcU6KPy4b1MQXd6EJhcYwbJu7E+0IrBZF/IP6T7gbMf teutat3s@dumpyourvms";
|
||||||
allKeys = [ system user ];
|
allKeys = [ dumpyourvms teutat3s ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"secret.age".publicKeys = allKeys;
|
"example-secret.age".publicKeys = allKeys;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue