containers/beryllium: don't use host resolvconf

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

View file

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