default rooms for matrix, fixed dns entries
This commit is contained in:
parent
e250f4a1e1
commit
1fa35228b0
@ -14,8 +14,10 @@ with import ./network.nix;
|
|||||||
app_service_config_files = [ "/var/lib/matrix-synapse/discord-registration.yaml" ];
|
app_service_config_files = [ "/var/lib/matrix-synapse/discord-registration.yaml" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
auto_join_rooms:
|
auto_join_rooms:
|
||||||
- "#infrastruttura:matrix.giugl.io"
|
- "#infra:matrix.giugl.io"
|
||||||
- "#general:matrix.giugl.io"
|
- "#general:matrix.giugl.io"
|
||||||
|
- "#gaming:matrix.giugl.io"
|
||||||
|
- "#movies:matrix.giugl.io"
|
||||||
'';
|
'';
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
@ -104,11 +106,10 @@ with import ./network.nix;
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
127.0.0.1 ${matrixdomain}
|
127.0.0.1 ${matrixdomain} ${matrixwebdomain}
|
||||||
${architect-lan} ${matrixdomain}
|
${architect-lan} ${matrixdomain} ${matrixwebdomain}
|
||||||
${architect-wg} ${matrixdomain}
|
${architect-wg} ${matrixdomain} ${matrixwebdomain}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
users.groups.acme.members = [ "turnserver" ];
|
users.groups.acme.members = [ "turnserver" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user