Update a bunch of things to fix the flake lock update, conduwuit is broken rn

This commit is contained in:
Lillian Violet 2024-05-25 16:30:53 +02:00
parent 77b2b41c3a
commit b0af058fca
16 changed files with 438 additions and 107 deletions

View file

@ -36,7 +36,7 @@ in {
# This causes NixOS to use the flake defined in this repository instead of
# the build of Conduit built into nixpkgs.
package = inputs.conduit.packages.${pkgs.system}.default;
package = inputs.conduwuit.packages.${pkgs.system}.default;
settings.global = {
inherit server_name;