nixos/matrix-synapse: Fix configFile type

This is now a derivation as pkg.formats is used,
therefore this should be of type path
This commit is contained in:
Maciej Krüger 2022-03-17 19:49:34 +01:00
parent dd8cebebbf
commit 0340236668
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -141,7 +141,7 @@ in {
enable = mkEnableOption "matrix.org synapse";
configFile = mkOption {
type = types.str;
type = types.path;
readOnly = true;
description = ''
Path to the configuration file on the target system. Useful to configure e.g. workers