Update some of the ips I missed oopsies

This commit is contained in:
Bun 2025-05-29 23:40:11 -04:00
parent 48b55af695
commit c1819b68a1
8 changed files with 10 additions and 45 deletions

View file

@ -5,7 +5,6 @@
./disko
./filesystems
./hardware
./network
./user
../../modules/system
];

View file

@ -1,15 +0,0 @@
{ ... }:
{
networking = {
interfaces."enp42s0".ipv4.addresses = [{
address = "10.2.0.100";
prefixLength = 8;
}];
defaultGateway = {
address = "10.1.0.1";
interface = "enp42s0";
};
firewall.allowedUDPPorts = [ 27015 ];
};
}