diff options
author | lassulus <lass@lassul.us> | 2017-03-07 19:44:03 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-07 19:44:03 +0100 |
commit | 8061bed274adf680aa4cd68c5ca052fdf7743f55 (patch) | |
tree | 2edc06fa450aef2ea0e74943b13082e18d149154 /tv/1systems | |
parent | e1045698d6e563ec9ad10cb1b0036252a34a010a (diff) | |
parent | c04b08ab7e7967038e5ce9b494aafbbfc206d307 (diff) |
Merge remote-tracking branch 'onondaga/master'
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 b718d19b8..108006f34 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 = "64.137.177.226"; + addr = "45.62.237.203"; in assert config.krebs.build.host.nets.internet.ip4.addr == addr; addr; prefixLength = 24; }; - defaultGateway = "64.137.177.1"; + defaultGateway = "45.62.237.1"; nameservers = ["8.8.8.8"]; }; |