diff options
author | lassulus <git@lassul.us> | 2023-09-07 19:00:57 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-07 19:00:57 +0200 |
commit | 083229d0211096daec08673f743ccc45b1d8a0ac (patch) | |
tree | 9709826607eecad84a908e0a10d9da76dab7a2ee /krebs/2configs/repo-sync.nix | |
parent | 39c4ee8f921da4ad2c2445e46a86310ecf7d9a13 (diff) |
krebs: <secret -> krebs.secret.directory
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-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 1b72924a6..a488fdfea 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 = "${<secrets/konsens.id_ed25519>}"; + source-path = "${config.krebs.secret.directory}/konsens.id_ed25519>"; }; imports = [ |