containers/beryllium: properly set dns resolver

This commit is contained in:
Cilly Leang 2026-03-15 23:23:16 +11:00
parent 3bbaf8785c
commit a06d0d86fc
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,6 +7,8 @@
};
networking.firewall.allowedTCPPorts = [ 6167 ];
networking.firewall.allowedUDPPorts = [ 6167 ];
# TODO: this should be generically set
networking.nameservers = [ "fd0d:1::2:1" ];
services.matrix-continuwuity = {
enable = true;