Revert "cd: hart eingeCACt"

This reverts commit 3607bd0832.
This commit is contained in:
tv 2017-03-07 15:32:31 +01:00
parent 0953240b83
commit c05db24090
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ with import <stockholm/lib>;
};
nets = {
internet = {
ip4.addr = "64.137.177.226";
ip4.addr = "45.62.237.203";
aliases = [
"cd.i"
"cd.krebsco.de"

View File

@ -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"];
};