cd: hart eingeCACt
This commit is contained in:
parent
19f8234cef
commit
3607bd0832
@ -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"
|
||||
|
@ -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"];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user