about summary refs log tree commit diff
path: root/nixos/maintainers/scripts/lxd/nix.tpl
blob: 307258ddc62862bd00118d40afc4abd10f7eac32 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ lib, config, pkgs, ... }:

with lib;

# WARNING: THIS CONFIGURATION IS AUTOGENERATED AND WILL BE OVERWRITTEN AUTOMATICALLY

{
  networking.hostName = "{{ container.name }}";
}