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:
parent
dd8cebebbf
commit
0340236668
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user