legacy artemis config - needs refactor

This commit is contained in:
Callum Leslie 2024-08-30 17:08:21 +01:00
parent aba3aceed8
commit 961d41b9bf
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
34 changed files with 1572 additions and 12 deletions

View file

@ -6,5 +6,5 @@ let
};
allSystems = builtins.attrValues systems;
in {
"wg-conf.age".publicKeys = keys.c ++ [systems.hermes];
"wg-conf.age".publicKeys = keys.c ++ allSystems;
}

Binary file not shown.