feat: changes to matri

This commit is contained in:
2024-12-01 11:43:01 +01:00
parent 1c4cc1e393
commit 16d91bac8f
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ in {
{
type = "tap";
id = "vm-${hostname}";
mac = "02:00:00:00:00:03";
mac = "02:00:00:00:01:01";
}
];
};
@@ -53,7 +53,7 @@ in {
../../utils/modules/lego/lego.nix
# ../../utils/modules/borgbackup.nix
# ./zammad.nix
./zammad.nix
./proxies.nix
./matrix.nix
];
@@ -61,7 +61,7 @@ in {
time.timeZone = "Europe/Vienna";
systemd.network.networks."10-lan" = {
matchConfig.PermanentMACAddress = "02:00:00:00:00:03";
matchConfig.PermanentMACAddress = "02:00:00:00:01:01";
address = [ "10.42.97.5/24" ];
gateway = [ "10.42.97.1" ];
dns = [ "10.42.97.1" ];

View File

@@ -418,7 +418,7 @@ in {
permissions."*" = "relay";
permissions."cloonar.com" = "user";
relay.enabled = true;
restricted_rooms = true;
restricted_rooms = false;
encryption = {
allow = true;
default = true;