This website requires JavaScript.
Explore
Help
Sign In
haskal
/
vagrant
Watch
1
Star
0
Fork
You've already forked vagrant
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6a0470fdaa
vagrant
/
templates
/
guests
/
nixos
/
hostname.erb
7 lines
94 B
Plaintext
Raw
Blame
History
{ config, pkgs, ... }:
{
<% if name %>
networking.hostName = "<%= name %>";
<% end %>
}
Reference in New Issue
View Git Blame
Copy Permalink