summaryrefslogtreecommitdiffstats
path: root/tv/3modules/ejabberd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/3modules/ejabberd.nix')
-rw-r--r--tv/3modules/ejabberd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/ejabberd.nix b/tv/3modules/ejabberd.nix
index 2910a9a6..6b231fb5 100644
--- a/tv/3modules/ejabberd.nix
+++ b/tv/3modules/ejabberd.nix
@@ -15,7 +15,7 @@ let
certFile = mkOption {
type = types.str;
- default = "/root/src/secrets/ejabberd.pem";
+ default = toString <secrets/ejabberd.pem>;
};
hosts = mkOption {