0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Document NixOS containers

This commit is contained in:
Eelco Dolstra 2014-04-10 14:57:40 +02:00
parent a34bfbab4c
commit 6a7a8a144f
3 changed files with 245 additions and 0 deletions

View file

@ -281,6 +281,8 @@ in
'';
}) config.containers;
# FIXME: auto-start containers.
# Generate /etc/hosts entries for the containers.
networking.extraHosts = concatStrings (mapAttrsToList (name: cfg: optionalString (cfg.localAddress != null)
''