diff options
author | tv <tv@krebsco.de> | 2017-01-04 11:50:37 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-01-04 11:50:37 +0100 |
commit | 3607bd0832d0f47a4bf56cae7e4cb14f6e257bc9 (patch) | |
tree | 700048f16ca4eb35c77a4d2892ea6ee93102a32b /tv/1systems | |
parent | 19f8234cef2934e0a0c43a28efbf9a057154c704 (diff) |
cd: hart eingeCACt
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/cd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 108006f34..b718d19b8 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -16,11 +16,11 @@ with import <stockholm/lib>; networking = { interfaces.enp2s1.ip4 = singleton { address = let - addr = "45.62.237.203"; + addr = "64.137.177.226"; in assert config.krebs.build.host.nets.internet.ip4.addr == addr; addr; prefixLength = 24; }; - defaultGateway = "45.62.237.1"; + defaultGateway = "64.137.177.1"; nameservers = ["8.8.8.8"]; }; |