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";
|
||||
# systems = [system1];
|
||||
in {
|
||||
"wireguard-thinkcentre.age".publicKeys = venus;
|
||||
"wireguard-oracle.age".publicKeys = oracle;
|
||||
"wireguard-thinkcentre.age".publicKeys = [venus];
|
||||
"wireguard-oracle.age".publicKeys = [oracle];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user