I guess it goes here

This commit is contained in:
Lillian Violet 2024-03-24 22:17:45 +01:00
parent 2dc4f0a5fd
commit 93c390118b

View file

@ -32,9 +32,6 @@
in {
# Configure Conduit itself
services.matrix-conduit = {
settings = {
registration_token = "It's me, Lillian Violet";
};
enable = true;
# This causes NixOS to use the flake defined in this repository instead of
@ -45,6 +42,7 @@ in {
inherit server_name;
database_backend = "rocksdb";
allow_registration = true;
registration_token = "It's me, Lillian Violet";
};
};