remove hardcoded ip address in monitoring server
IP address is now assigned via DHCP so we don't need it anymore
This commit is contained in:
parent
09617881f8
commit
cd19fd4547
1 changed files with 0 additions and 11 deletions
|
@ -41,17 +41,6 @@
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
networking.usePredictableInterfaceNames = false;
|
networking.usePredictableInterfaceNames = false;
|
||||||
networking = {
|
|
||||||
interfaces.ens18 = {
|
|
||||||
ipv4.addresses = [
|
|
||||||
{
|
|
||||||
address = "94.45.254.4";
|
|
||||||
prefixLength = 25;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
defaultGateway = "94.45.254.1";
|
|
||||||
};
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue