forked from fediversity/fediversity
container dns
This commit is contained in:
parent
25041f55f7
commit
9b6b1c6e9f
1 changed files with 5 additions and 0 deletions
|
|
@ -246,6 +246,11 @@
|
|||
enable = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
defaultNetwork.settings = {
|
||||
dns_enabled = true;
|
||||
ipv6_enabled = true;
|
||||
dns = "95.215.185.6";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.woodpecker-agent-docker = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue