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;
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.0.2";
|
||||
address = "192.168.50.12";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = {
|
||||
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"];
|
||||
};
|
||||
systemd.network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue