2014-05-18 04:14:33 -04:00

7 lines
94 B
Plaintext

{ config, pkgs, ... }:
{
<% if name %>
networking.hostName = "<%= name %>";
<% end %>
}