Fix: Pennsardin IP
This commit is contained in:
parent
56520c977d
commit
ce4201eb4e
1 changed files with 3 additions and 3 deletions
|
|
@ -54,16 +54,16 @@
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
ipv4.addresses = [
|
ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "192.168.0.2";
|
address = "192.168.50.12";
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
defaultGateway = {
|
defaultGateway = {
|
||||||
interface = "br0";
|
interface = "br0";
|
||||||
address = "192.168.0.254";
|
address = "192.168.50.1";
|
||||||
};
|
};
|
||||||
nameservers = ["192.168.0.254" "1.1.1.1"];
|
nameservers = ["192.168.50.1" "1.1.1.1"];
|
||||||
bridges.br0.interfaces = ["enp11s0"];
|
bridges.br0.interfaces = ["enp11s0"];
|
||||||
};
|
};
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue