forked from fediversity/fediversity
Revert "conditionally include nameservers"
This reverts commit 598ff04a9f.
This commit is contained in:
parent
598ff04a9f
commit
9cc56b94bd
1 changed files with 5 additions and 9 deletions
|
|
@ -21,15 +21,11 @@ in
|
||||||
## REVIEW: Do we actually need that, considering that we have static IPs?
|
## REVIEW: Do we actually need that, considering that we have static IPs?
|
||||||
useDHCP = mkDefault true;
|
useDHCP = mkDefault true;
|
||||||
|
|
||||||
nameservers = mkMerge [
|
nameservers = [
|
||||||
(mkIf config.fediversityVm.ipv4.enable [
|
"95.215.185.6"
|
||||||
"95.215.185.6"
|
"95.215.185.7"
|
||||||
"95.215.185.7"
|
"2a00:51c0::5fd7:b906"
|
||||||
])
|
"2a00:51c0::5fd7:b907"
|
||||||
(mkIf config.fediversityVm.ipv6.enable [
|
|
||||||
"2a00:51c0::5fd7:b906"
|
|
||||||
"2a00:51c0::5fd7:b907"
|
|
||||||
])
|
|
||||||
];
|
];
|
||||||
|
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue