set main branch conduwuit as the instance for conduwuit to run
This commit is contained in:
parent
9149ac1c77
commit
db0db2d233
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
@ -34,8 +35,8 @@ in {
|
||||||
|
|
||||||
# This causes NixOS to use the flake defined in this repository instead of
|
# This causes NixOS to use the flake defined in this repository instead of
|
||||||
# the build of Conduit built into nixpkgs.
|
# the build of Conduit built into nixpkgs.
|
||||||
# package = inputs.conduwuit.packages.${pkgs.system}.default;
|
package = inputs.conduwuit.packages.${pkgs.system}.default;
|
||||||
package = pkgs.conduwuit;
|
# package = pkgs.conduwuit;
|
||||||
|
|
||||||
settings.global = {
|
settings.global = {
|
||||||
inherit server_name;
|
inherit server_name;
|
||||||
|
|
Loading…
Reference in a new issue