add machineId-dependent random characters to hostName

This commit is contained in:
Kiara Grouwstra 2025-08-01 18:17:40 +02:00
parent 1f99a4c6c3
commit c4e2681eba
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -15,7 +15,7 @@ in
networking = mkMerge [
{
hostName = config.fediversityVm.name;
hostName = "${config.fediversityVm.name}-???-???";
domain = config.fediversityVm.domain;
## REVIEW: Do we actually need that, considering that we have static IPs?