networking: temporarily use 192 address
This commit is contained in:
parent
ee628b296c
commit
e2ba51580b
@ -184,7 +184,8 @@
|
||||
interfaces.${eth_interface} = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "10.1.1.102";
|
||||
address = "192.168.1.50";
|
||||
# address = "10.1.1.102";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
@ -196,7 +197,8 @@
|
||||
];
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "10.1.1.1";
|
||||
#address = "10.1.1.1";
|
||||
address = "192.168.1.1";
|
||||
interface = eth_interface;
|
||||
};
|
||||
# TODO! fix this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user