summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-04-22 17:42:45 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-04-22 18:13:45 +0200
commitc957341ef5db943becde127bc05c2a74300ae6f9 (patch)
treeceb4a27d73a2be4c42510a11b310152fca7ca699 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentf1c559057eae5dbf20b8948c50c270207acd2067 (diff)
nixos-container: allow setting custom local and host address
I have a nixops network where I deploy containers using the `container` backend which uses `nixos-container` intenrally to deploy several containers to a certain host. During that time I removed and added new containers and while trying to deploy those to a different host I realized that it isn't guaranteed that each container gets the same IP address which is a problem as some parts of the deployment need to know which container is using which IP (i.e. to configure port forwarding on the host). With this change you can specify the container's IP like this (and don't have to use the arbitrarily used 10.233.0.0/16 subnet): ``` $ nixos-container create test --config-file test-container.nix \ --local-address 10.235.1.2 --host-address 10.235.1.1 ```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions