feat: changes to matri
This commit is contained in:
@@ -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" ];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user