kartei l: set ssh privkey path
This commit is contained in:
parent
ea9dbc8caf
commit
7756445b19
@ -19,6 +19,7 @@ in {
|
|||||||
consul = true;
|
consul = true;
|
||||||
ci = true;
|
ci = true;
|
||||||
monitoring = true;
|
monitoring = true;
|
||||||
|
ssh.privkey.path = <secrets/ssh.id_ed25519>;
|
||||||
}) (
|
}) (
|
||||||
lib.genAttrs hostFiles (host: import (./. + "/${host}.nix") { inherit config krebs lib r6 w6; })
|
lib.genAttrs hostFiles (host: import (./. + "/${host}.nix") { inherit config krebs lib r6 w6; })
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user