diff options
| author | tv <tv@krebsco.de> | 2026-01-21 21:50:54 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-01-21 21:50:54 +0100 |
| commit | 904a6641bd2fee9400f38f801fa21fa4305479f8 (patch) | |
| tree | 3b344f58d156a2037d99e3924b5ba7ca74482be1 | |
| parent | 9f8e108072cf80f53a37659955107f5ae76de8ca (diff) | |
repo-sync: fix path to konsens ssh key
| -rw-r--r-- | krebs/2configs/repo-sync.nix | 2 |
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 = [ |
