summary refs log tree commit diff
path: root/nixos/maintainers/scripts/lxd/nix.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/maintainers/scripts/lxd/nix.tpl')
-rw-r--r--nixos/maintainers/scripts/lxd/nix.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/maintainers/scripts/lxd/nix.tpl b/nixos/maintainers/scripts/lxd/nix.tpl
new file mode 100644
index 00000000000..307258ddc62
--- /dev/null
+++ b/nixos/maintainers/scripts/lxd/nix.tpl
@@ -0,0 +1,9 @@
+{ lib, config, pkgs, ... }:
+
+with lib;
+
+# WARNING: THIS CONFIGURATION IS AUTOGENERATED AND WILL BE OVERWRITTEN AUTOMATICALLY
+
+{
+  networking.hostName = "{{ container.name }}";
+}