mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue