commit | 19f9fa251f18afbbf2867a61c233e1043d3547db | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed May 24 17:51:24 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed May 24 18:10:25 2023 +0200 |
tree | 50ba90b159aca30b6e93f0481fe19408b22981c5 | |
parent | 8f59742cd1e17d16e6b0d1cf9dc02ef6e74471ee [diff] [blame] |
Refactor caddy module, add cloudflare to caddy, remove scalpel antipatterns
diff --git a/modules/matrix.nix b/modules/matrix.nix index b83e3f4..4be396e 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix
@@ -1,4 +1,5 @@ { base, config, lib, pkgs, ... }: +lib.recursiveUpdate { services.matrix-synapse = { enable = true; @@ -46,7 +47,7 @@ path = config.services.matrix-synapse.settings.signing_key_path; }; }; -} // ( +} ( let isDerived = base != null; in