containers/beryllium: use ipv4

This commit is contained in:
Cilly Leang 2026-03-26 19:01:45 +11:00
parent 724d30a092
commit 218da08936
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 8 additions and 9 deletions

View file

@ -9,14 +9,15 @@
networking.firewall.allowedUDPPorts = [ 6167 ];
# TODO: this should be generically set
networking.useHostResolvConf = false;
networking.nameservers = [ "fd0d:1::2:1" ];
networking.nameservers = [ "8.8.8.8" ];
services.matrix-continuwuity = {
enable = true;
settings.global = {
# TODO: link this with outer container's address
address = [ "fd0d:1::2:2" ];
address = [ "10.30.2.2" ];
server_name = "lava.moe";
rocksdb_recovery_mode = 2;
};
};
}