Divided who can provision and who can access the machines
This commit is contained in:
parent
00574c51b3
commit
06536ac58b
4 changed files with 13 additions and 12 deletions
|
|
@ -39,6 +39,6 @@ in
|
|||
builtins.listToAttrs (
|
||||
map (secretName: {
|
||||
name = "secrets/${secretName}.age";
|
||||
value.publicKeys = secrets."${secretName}" ++ keys.infra-core;
|
||||
value.publicKeys = secrets."${secretName}" ++ keys.provisioning-machine;
|
||||
}) (builtins.attrNames secrets)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue