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