1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-03-13 23:24:25 +01:00

fix indentation

This commit is contained in:
Daniel Lovbrotte Olsen 2021-05-23 23:13:31 +02:00
parent f8facc5a43
commit 3784c0fa61

View File

@ -14,7 +14,7 @@ in
package = lib.mkOption {
type = lib.types.package;
default = pkgs.matrix-synapse;
default = pkgs.matrix-synapse;
};
plugins = lib.mkOption {