Update some of the ips I missed oopsies
This commit is contained in:
parent
48b55af695
commit
c1819b68a1
8 changed files with 10 additions and 45 deletions
|
@ -5,7 +5,6 @@
|
|||
./disko
|
||||
./filesystems
|
||||
./hardware
|
||||
./network
|
||||
./user
|
||||
../../modules/system
|
||||
];
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue