summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-01-21 21:50:54 +0100
committertv <tv@krebsco.de>2026-01-21 21:50:54 +0100
commit904a6641bd2fee9400f38f801fa21fa4305479f8 (patch)
tree3b344f58d156a2037d99e3924b5ba7ca74482be1
parent9f8e108072cf80f53a37659955107f5ae76de8ca (diff)
repo-sync: fix path to konsens ssh key
-rw-r--r--krebs/2configs/repo-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index a488fdfea..126048625 100644
--- a/krebs/2configs/repo-sync.nix
+++ b/krebs/2configs/repo-sync.nix
@@ -98,7 +98,7 @@ in {
krebs.secret.files.konsens = {
path = "/var/lib/konsens/.ssh/id_ed25519";
owner = konsens-user;
- source-path = "${config.krebs.secret.directory}/konsens.id_ed25519>";
+ source-path = "${config.krebs.secret.directory}/konsens.id_ed25519";
};
imports = [