diff options
Diffstat (limited to 'makefu/2configs/share/omo.nix')
-rw-r--r-- | makefu/2configs/share/omo.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/share/omo.nix b/makefu/2configs/share/omo.nix index d9e22ad71..308142f03 100644 --- a/makefu/2configs/share/omo.nix +++ b/makefu/2configs/share/omo.nix @@ -4,7 +4,7 @@ with import <stockholm/lib>; let hostname = config.krebs.build.host.name; # TODO local-ip from the nets config - local-ip = "192.168.1.11"; + internal-ip = "192.168.111.11"; # local-ip = config.krebs.build.host.nets.retiolum.ip4.addr; in { |