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

@ -23,6 +23,18 @@ in
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];
};
networking = {
interfaces.ens18 = {
ipv4.addresses = [
{
address = "94.45.254.6";
prefixLength = 25;
}
];
};
defaultGateway = "94.45.254.1";
};
environment.etc."resolv.conf".text = ''
search noc.eh22.intern eh22.intern
nameserver 94.45.254.2