kartei lass: remove privkeys

This commit is contained in:
lassulus 2023-09-07 12:05:42 +02:00
parent a2f58988f5
commit 1e89787cba
1 changed files with 0 additions and 1 deletions

View File

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