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 | ec2983a34290311bf4602aeec52eb065e29099b2 (patch) | |
tree | cfad9b8d696d9c9ec4dd395c2890b7fab258fa61 /tv/1systems/cd.nix | |
parent | 7e09173806f8ef0031f5c6e1e00fbb08c273dfec (diff) |
cd: hart eingeCACt
Diffstat (limited to 'tv/1systems/cd.nix')
-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 108006f..b718d19 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"]; }; |