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/wiki.nix | |
parent | 39c4ee8f921da4ad2c2445e46a86310ecf7d9a13 (diff) |
krebs: <secret -> krebs.secret.directory
Diffstat (limited to 'krebs/2configs/wiki.nix')
-rw-r--r-- | krebs/2configs/wiki.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/wiki.nix b/krebs/2configs/wiki.nix index a227ceb4a..4b0bf9768 100644 --- a/krebs/2configs/wiki.nix +++ b/krebs/2configs/wiki.nix @@ -96,7 +96,7 @@ in krebs.secret.files.gollum = { path = "${config.services.gollum.stateDir}/.ssh/id_ed25519"; owner = { name = "gollum"; }; - source-path = "${<secrets/gollum.id_ed25519>}"; + source-path = "${config.krebs.secret.directory}/gollum.id_ed25519"; }; security.sudo.extraConfig = '' |