set main branch conduwuit as the instance for conduwuit to run

This commit is contained in:
Lillian Violet 2025-04-06 16:54:05 +02:00
parent 9149ac1c77
commit db0db2d233

View file

@ -1,5 +1,6 @@
{
config,
inputs,
pkgs,
...
}: let
@ -34,8 +35,8 @@ in {
# This causes NixOS to use the flake defined in this repository instead of
# the build of Conduit built into nixpkgs.
# package = inputs.conduwuit.packages.${pkgs.system}.default;
package = pkgs.conduwuit;
package = inputs.conduwuit.packages.${pkgs.system}.default;
# package = pkgs.conduwuit;
settings.global = {
inherit server_name;