mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
format all
This commit is contained in:
parent
091cfbdf96
commit
bcf0553529
40 changed files with 271 additions and 140 deletions
|
|
@ -5,12 +5,13 @@ let
|
|||
artemis = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILERlCL5ZwP/mmtBNAMtLrUwEDy+tOprUWUmsGBRlTCF";
|
||||
};
|
||||
allSystems = builtins.attrValues systems;
|
||||
in {
|
||||
in
|
||||
{
|
||||
"wg-conf.age".publicKeys = keys.c ++ allSystems;
|
||||
"mesh-conf-infra.age".publicKeys = keys.c ++ allSystems;
|
||||
"mesh-conf-cleslie.age".publicKeys = keys.c ++ allSystems;
|
||||
"forgejo-password.age".publicKeys = keys.c ++ [systems.hermes];
|
||||
"copyparty-c.age".publicKeys = keys.c ++ [systems.hermes];
|
||||
"cloudflare-api.age".publicKeys = keys.c ++ [systems.hermes];
|
||||
"vaultwarden-env.age".publicKeys = keys.c ++ [systems.hermes];
|
||||
"forgejo-password.age".publicKeys = keys.c ++ [ systems.hermes ];
|
||||
"copyparty-c.age".publicKeys = keys.c ++ [ systems.hermes ];
|
||||
"cloudflare-api.age".publicKeys = keys.c ++ [ systems.hermes ];
|
||||
"vaultwarden-env.age".publicKeys = keys.c ++ [ systems.hermes ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue