mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
6 lines
94 B
Text
6 lines
94 B
Text
{ config, pkgs, ... }:
|
|
{
|
|
<% if name %>
|
|
networking.hostName = "<%= name %>";
|
|
<% end %>
|
|
}
|