Periodic update #108

Manually merged
tlater merged 3 commits from tlater/update into master 2024-04-11 23:13:37 +01:00
Showing only changes of commit 7bb27d9bee - Show all commits

View file

@ -2,7 +2,6 @@
pkgs, pkgs,
config, config,
lib, lib,
flake-inputs,
... ...
}: let }: let
inherit (lib.strings) concatMapStringsSep; inherit (lib.strings) concatMapStringsSep;
@ -13,7 +12,6 @@
in { in {
services.matrix-conduit = { services.matrix-conduit = {
enable = true; enable = true;
package = flake-inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.matrix-conduit;
settings.global = { settings.global = {
address = "127.0.0.1"; address = "127.0.0.1";
server_name = domain; server_name = domain;