change networking of Tytonidae
This commit is contained in:
parent
be2dfc28ac
commit
86e7c95179
1 changed files with 18 additions and 4 deletions
|
|
@ -5,11 +5,25 @@
|
||||||
wait-online.enable = false;
|
wait-online.enable = false;
|
||||||
networks = {
|
networks = {
|
||||||
"eno2" = {
|
"eno2" = {
|
||||||
|
dns = [
|
||||||
|
"192.168.31.1"
|
||||||
|
];
|
||||||
|
address = [
|
||||||
|
"192.168.31.25/24"
|
||||||
|
];
|
||||||
|
gateway = [
|
||||||
|
"192.168.31.1"
|
||||||
|
];
|
||||||
|
routes = [
|
||||||
|
{
|
||||||
|
Gateway = "192.168.31.1";
|
||||||
|
}
|
||||||
|
];
|
||||||
matchConfig.Name = "eno2";
|
matchConfig.Name = "eno2";
|
||||||
networkConfig = {
|
# networkConfig = {
|
||||||
DHCP = "yes";
|
# DHCP = "no";
|
||||||
IPv6AcceptRA = true;
|
# IPv6AcceptRA = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue