forked from Fediversity/Fediversity
add machineId-dependent random characters to hostName
This commit is contained in:
parent
1f99a4c6c3
commit
c4e2681eba
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in
|
||||||
|
|
||||||
networking = mkMerge [
|
networking = mkMerge [
|
||||||
{
|
{
|
||||||
hostName = config.fediversityVm.name;
|
hostName = "${config.fediversityVm.name}-???-???";
|
||||||
domain = config.fediversityVm.domain;
|
domain = config.fediversityVm.domain;
|
||||||
|
|
||||||
## REVIEW: Do we actually need that, considering that we have static IPs?
|
## REVIEW: Do we actually need that, considering that we have static IPs?
|
||||||
|
|
Loading…
Add table
Reference in a new issue