nixos/lxc-container: remove deprecated literalExample

main
Artturin 3 years ago
parent ea5c3d756e
commit 0686311257
  1. 2
      nixos/modules/virtualisation/lxc-container.nix

@ -61,7 +61,7 @@ in
description = "Templates for LXD";
type = types.attrsOf (types.submodule (templateSubmodule));
default = {};
example = literalExample ''
example = literalExpression ''
{
# create /etc/hostname on container creation
"hostname" = {

Loading…
Cancel
Save