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/3modules/github | |
parent | 39c4ee8f921da4ad2c2445e46a86310ecf7d9a13 (diff) |
krebs: <secret -> krebs.secret.directory
Diffstat (limited to 'krebs/3modules/github')
-rw-r--r-- | krebs/3modules/github/hosts-sync.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/github/hosts-sync.nix b/krebs/3modules/github/hosts-sync.nix index 6f9aee0ce..2f373f9bc 100644 --- a/krebs/3modules/github/hosts-sync.nix +++ b/krebs/3modules/github/hosts-sync.nix @@ -22,7 +22,7 @@ let }; ssh-identity-file = mkOption { type = types.suffixed-str [".ssh.id_ed25519" ".ssh.id_rsa"]; - default = toString <secrets/github-hosts-sync.ssh.id_ed25519>; + default = "${config.krebs.secret.directory}/github-hosts-sync.ssh.id_ed25519"; defaultText = "‹secrets/github-hosts-sync.ssh.id_ed25519›"; }; url = mkOption { |