Infini-OPTIPLEX: remove static ip address

Now behind an EdgeRouter, which handles the static ip
This commit is contained in:
Infinidoge 2024-03-19 21:34:27 -04:00
parent f60ed18b44
commit 0ef7b9b66e
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ

View file

@ -25,18 +25,6 @@
};
networking = {
interfaces = {
enp0s31f6 = {
ipv4.addresses = [{
address = "128.210.6.103";
prefixLength = 28;
}];
};
};
defaultGateway = {
address = "128.210.6.97";
interface = "enp0s31f6";
};
firewall = {
allowedUDPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 ];