add README, conduit
This commit is contained in:
13
modules/nixos/matrix-conduit.nix
Normal file
13
modules/nixos/matrix-conduit.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{config, ...}: {
|
||||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
settings.global = {
|
||||
server_name = "${config.networking.domain}";
|
||||
address = "localhost";
|
||||
database_backend = "rocksdb";
|
||||
allow_registration = true;
|
||||
allow_federation = true;
|
||||
};
|
||||
secretFile = config.age.secrets.conduit-secretFile.path;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user