Compare commits
2 commits
42f8c287ed
...
a5322ef788
| Author | SHA1 | Date | |
|---|---|---|---|
| a5322ef788 | |||
| 7e85907150 |
2 changed files with 4 additions and 12 deletions
|
|
@ -131,6 +131,10 @@ in
|
||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||||
];
|
];
|
||||||
|
settings = {
|
||||||
|
# the default network that also respects our dns server settings
|
||||||
|
container.network = "host";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# containers.git-runner = {
|
# containers.git-runner = {
|
||||||
|
|
|
||||||
|
|
@ -20,18 +20,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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 = {
|
networking = {
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
# Define VLANS
|
# Define VLANS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue