cd: hart eingeCACt

This commit is contained in:
tv 2017-01-04 11:50:37 +01:00
parent 19f8234cef
commit 3607bd0832
2 changed files with 3 additions and 3 deletions

View File

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

View File

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