1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

containers: remove obsolete comment

This commit is contained in:
Aristid Breitkreuz 2014-11-23 12:21:15 +01:00
parent 4f592d4f29
commit 5ff169f4d7

View file

@ -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)
''