diff options
author | lassulus <lassulus@lassul.us> | 2017-11-12 13:03:50 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-11-12 13:03:50 +0100 |
commit | 31ff38649c1bb7f80e6b59232d312fc546c3290b (patch) | |
tree | 4ac92f5cb65683e62507d072e2f98d4c5fbf7bc9 /lass/1systems/prism/config.nix | |
parent | 3f6c5603a243cc8846d60fcfa1df60ca40052646 (diff) |
l prism.r: fix onondaga container ip
Diffstat (limited to 'lass/1systems/prism/config.nix')
-rw-r--r-- | lass/1systems/prism/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index a0bc1b900..639c4301e 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -220,8 +220,8 @@ in { }; enableTun = true; privateNetwork = true; - hostAddress = "10.233.2.4"; - localAddress = "10.233.2.5"; + hostAddress = "10.233.2.5"; + localAddress = "10.233.2.6"; }; } <stockholm/lass/2configs/exim-smarthost.nix> |