fix(agenix): pass keys as lists
This commit is contained in:
parent
f6c8c07a75
commit
7af13cdccb
@ -3,6 +3,6 @@ let
|
|||||||
oracle = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPc/HYsbpVsyoU2n0EiqQ4+3aSiFPtddjPCGK187W24f michael@oracle";
|
oracle = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPc/HYsbpVsyoU2n0EiqQ4+3aSiFPtddjPCGK187W24f michael@oracle";
|
||||||
# systems = [system1];
|
# systems = [system1];
|
||||||
in {
|
in {
|
||||||
"wireguard-thinkcentre.age".publicKeys = venus;
|
"wireguard-thinkcentre.age".publicKeys = [venus];
|
||||||
"wireguard-oracle.age".publicKeys = oracle;
|
"wireguard-oracle.age".publicKeys = [oracle];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user