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:
parent
a34bfbab4c
commit
6a7a8a144f
3 changed files with 245 additions and 0 deletions
|
@ -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)
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue