rm explicit dns

This commit is contained in:
Kiara Grouwstra 2025-08-04 14:28:13 +02:00
parent 6a2fc2cfb6
commit 97f4e28c18
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -17,9 +17,6 @@ in
{
hostName = config.fediversityVm.name;
domain = config.fediversityVm.domain;
hosts = {
"185.206.232.34" = [ "git.fediversity.eu" ];
};
## REVIEW: Do we actually need that, considering that we have static IPs?
useDHCP = mkDefault true;