nixos/matrix-synapse: Fix configFile type

This is now a derivation as pkg.formats is used,
therefore this should be of type path
main
Maciej Krüger 2 years ago
parent dd8cebebbf
commit 0340236668
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 2
      nixos/modules/services/matrix/matrix-synapse.nix

@ -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…
Cancel
Save