mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
containers: remove obsolete comment
This commit is contained in:
parent
4f592d4f29
commit
5ff169f4d7
1 changed files with 0 additions and 2 deletions
|
@ -308,8 +308,6 @@ 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