Revert "conditionally include nameservers"

This reverts commit 598ff04a9f.
This commit is contained in:
Kiara Grouwstra 2025-06-30 16:55:43 +02:00
parent 598ff04a9f
commit 9cc56b94bd
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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;