agares: do not require some links to be online
This commit is contained in:
parent
8de153467a
commit
7af31af847
1 changed files with 6 additions and 3 deletions
|
@ -115,7 +115,7 @@ in
|
|||
EmitDomains = true; # takes search domains from the [Network]
|
||||
};
|
||||
linkConfig = {
|
||||
RequiredForOnline = "no";
|
||||
RequiredForOnline = false;
|
||||
};
|
||||
networkConfig = {
|
||||
Domains = domain;
|
||||
|
@ -204,6 +204,9 @@ in
|
|||
FlowIsolationMode = triple
|
||||
RTT = internet
|
||||
'';
|
||||
linkConfig = {
|
||||
RequiredForOnline = false;
|
||||
};
|
||||
};
|
||||
|
||||
"30-ppp0" = {
|
||||
|
@ -245,7 +248,7 @@ in
|
|||
"enp2s0" = {
|
||||
name = "enp2s0";
|
||||
linkConfig = {
|
||||
RequiredForOnline = "no";
|
||||
RequiredForOnline = false;
|
||||
};
|
||||
networkConfig = {
|
||||
Address = "192.168.1.254/24";
|
||||
|
@ -260,7 +263,7 @@ in
|
|||
];
|
||||
DHCP = "no";
|
||||
networkConfig.IPv6AcceptRA = false;
|
||||
linkConfig.RequiredForOnline = "no";
|
||||
linkConfig.RequiredForOnline = false;
|
||||
routes = [
|
||||
{
|
||||
routeConfig = { Destination = "${ipv4Prefix}.120.1/24"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue