nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #145394 from Artturin/removedeprecated1

authored by

Artturi and committed by
GitHub
76439257 47036da6

+1 -1
+1 -1
nixos/modules/virtualisation/lxc-container.nix
··· 61 61 description = "Templates for LXD"; 62 62 type = types.attrsOf (types.submodule (templateSubmodule)); 63 63 default = {}; 64 - example = literalExample '' 64 + example = literalExpression '' 65 65 { 66 66 # create /etc/hostname on container creation 67 67 "hostname" = {