kartei l: set ssh privkey path

This commit is contained in:
lassulus 2022-12-27 18:03:51 +01:00
parent ea9dbc8caf
commit 7756445b19
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ in {
consul = true;
ci = true;
monitoring = true;
ssh.privkey.path = <secrets/ssh.id_ed25519>;
}) (
lib.genAttrs hostFiles (host: import (./. + "/${host}.nix") { inherit config krebs lib r6 w6; })
);