I guess it goes here
This commit is contained in:
parent
2dc4f0a5fd
commit
93c390118b
|
@ -32,9 +32,6 @@
|
||||||
in {
|
in {
|
||||||
# Configure Conduit itself
|
# Configure Conduit itself
|
||||||
services.matrix-conduit = {
|
services.matrix-conduit = {
|
||||||
settings = {
|
|
||||||
registration_token = "It's me, Lillian Violet";
|
|
||||||
};
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -45,6 +42,7 @@ in {
|
||||||
inherit server_name;
|
inherit server_name;
|
||||||
database_backend = "rocksdb";
|
database_backend = "rocksdb";
|
||||||
allow_registration = true;
|
allow_registration = true;
|
||||||
|
registration_token = "It's me, Lillian Violet";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue