forked from fediversity/fediversity
add machineId-dependent random characters to hostName
This commit is contained in:
parent
1f99a4c6c3
commit
3a06593505
1 changed files with 1 additions and 1 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue