aboutsummaryrefslogtreecommitdiff
path: root/examples/system/bare.nix
blob: 282080f3ff5c894d3b0fea0e3cac42665e39877b (plain)
1
2
3
4
5
6
{
  imports = [ ./common.nix ];

  # Use that when deploy scripts asks you for a hostname
  networking.hostName = "bare-system";
}