summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-03-07 15:32:31 +0100
committertv <tv@krebsco.de>2017-03-07 15:32:31 +0100
commitaf162549b12cc7b1f496b2d4d8fe99c9dab85428 (patch)
tree01745fa0e00efcd2f0d801272cad953a0521559b /tv/1systems
parentf927ed394ce174587a29c58eba0dfa81a5ddafa8 (diff)
Revert "cd: hart eingeCACt"
This reverts commit ec2983a34290311bf4602aeec52eb065e29099b2.
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/cd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix
index b718d19..108006f 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"];
};