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" ];
|
||||
extraConfig = ''
|
||||
auto_join_rooms:
|
||||
- "#infrastruttura:matrix.giugl.io"
|
||||
- "#infra:matrix.giugl.io"
|
||||
- "#general:matrix.giugl.io"
|
||||
- "#gaming:matrix.giugl.io"
|
||||
- "#movies:matrix.giugl.io"
|
||||
'';
|
||||
listeners = [
|
||||
{
|
||||
@ -104,11 +106,10 @@ with import ./network.nix;
|
||||
};
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 ${matrixdomain}
|
||||
${architect-lan} ${matrixdomain}
|
||||
${architect-wg} ${matrixdomain}
|
||||
127.0.0.1 ${matrixdomain} ${matrixwebdomain}
|
||||
${architect-lan} ${matrixdomain} ${matrixwebdomain}
|
||||
${architect-wg} ${matrixdomain} ${matrixwebdomain}
|
||||
'';
|
||||
|
||||
users.groups.acme.members = [ "turnserver" ];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user