We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cd23a commit 2d819e9Copy full SHA for 2d819e9
1 file changed
nixos/modules/services/misc/mautrix-telegram.nix
@@ -125,7 +125,7 @@ in {
125
if [ ! -f '${registrationFile}' ]; then
126
${pkgs.mautrix-telegram}/bin/mautrix-telegram \
127
--generate-registration \
128
- --base-config='${pkgs.mautrix-telegram}/example-config.yaml' \
+ --base-config='${pkgs.mautrix-telegram}/${pkgs.mautrix-telegram.pythonModule.sitePackages}/mautrix_telegram/example-config.yaml' \
129
--config='${settingsFile}' \
130
--registration='${registrationFile}'
131
fi
0 commit comments