feat: changes to matri
This commit is contained in:
@@ -42,7 +42,7 @@ in {
|
|||||||
{
|
{
|
||||||
type = "tap";
|
type = "tap";
|
||||||
id = "vm-${hostname}";
|
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/lego/lego.nix
|
||||||
# ../../utils/modules/borgbackup.nix
|
# ../../utils/modules/borgbackup.nix
|
||||||
|
|
||||||
# ./zammad.nix
|
./zammad.nix
|
||||||
./proxies.nix
|
./proxies.nix
|
||||||
./matrix.nix
|
./matrix.nix
|
||||||
];
|
];
|
||||||
@@ -61,7 +61,7 @@ in {
|
|||||||
time.timeZone = "Europe/Vienna";
|
time.timeZone = "Europe/Vienna";
|
||||||
|
|
||||||
systemd.network.networks."10-lan" = {
|
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" ];
|
address = [ "10.42.97.5/24" ];
|
||||||
gateway = [ "10.42.97.1" ];
|
gateway = [ "10.42.97.1" ];
|
||||||
dns = [ "10.42.97.1" ];
|
dns = [ "10.42.97.1" ];
|
||||||
|
|||||||
@@ -418,7 +418,7 @@ in {
|
|||||||
permissions."*" = "relay";
|
permissions."*" = "relay";
|
||||||
permissions."cloonar.com" = "user";
|
permissions."cloonar.com" = "user";
|
||||||
relay.enabled = true;
|
relay.enabled = true;
|
||||||
restricted_rooms = true;
|
restricted_rooms = false;
|
||||||
encryption = {
|
encryption = {
|
||||||
allow = true;
|
allow = true;
|
||||||
default = true;
|
default = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user