containers/beryllium: properly set dns resolver
This commit is contained in:
parent
3bbaf8785c
commit
a06d0d86fc
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue