This commit is contained in:
chris 2025-04-17 16:18:49 +02:00
commit f66bb1f538
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
3 changed files with 23 additions and 2 deletions

View file

@ -41,7 +41,17 @@
networking.firewall.allowedTCPPorts = [ 80 ];
networking.usePredictableInterfaceNames = false;
networking = {
interfaces.ens18 = {
ipv4.addresses = [
{
address = "94.45.254.4";
prefixLength = 25;
}
];
};
defaultGateway = "94.45.254.1";
};
services.nginx = {
enable = true;
recommendedProxySettings = true;