Compare commits

..

No commits in common. "a5322ef78845ccf31f354c15f19ff823ff3ec133" and "42f8c287ed5d83e90aa3df0dffa6d121f8522d0d" have entirely different histories.

2 changed files with 12 additions and 4 deletions

View file

@ -131,10 +131,6 @@ in
labels = [
"ubuntu-latest:docker://shivammathur/node:latest"
];
settings = {
# the default network that also respects our dns server settings
container.network = "host";
};
};
# containers.git-runner = {

View file

@ -20,6 +20,18 @@
};
};
services.resolved = {
enable = true;
# dnssec = "true";
domains = [ "~." ];
fallbackDns = [ "10.42.97.10" ];
extraConfig = ''
# DNSOverTLS=yes
DNSStubListenerExtra=10.89.0.1
DNSStubListenerExtra=10.42.97.1
'';
};
networking = {
useDHCP = false;
# Define VLANS