conduit: Update to 0.5.0
This commit is contained in:
parent
bb397841ee
commit
33ec32a8da
3 changed files with 20 additions and 0 deletions
configuration/services
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
flake-inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.strings) concatMapStringsSep;
|
||||
|
@ -11,6 +12,7 @@
|
|||
in {
|
||||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
package = flake-inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.matrix-conduit;
|
||||
settings.global = {
|
||||
address = "127.0.0.1";
|
||||
server_name = domain;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue