loki: Rename wghorus to horus0
This commit is contained in:
parent
93b35b7d0e
commit
7f2b8af0f5
1 changed files with 4 additions and 4 deletions
|
@ -242,11 +242,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
netdevs = {
|
netdevs = {
|
||||||
"10-wghorus" = {
|
"10-horus0" = {
|
||||||
netdevConfig = {
|
netdevConfig = {
|
||||||
Kind = "wireguard";
|
Kind = "wireguard";
|
||||||
MTUBytes = "1420";
|
MTUBytes = "1420";
|
||||||
Name = "wghorus";
|
Name = "horus0";
|
||||||
};
|
};
|
||||||
|
|
||||||
wireguardConfig = {
|
wireguardConfig = {
|
||||||
|
@ -281,9 +281,9 @@
|
||||||
IPv6AcceptRA = true;
|
IPv6AcceptRA = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"40-wghorus" = {
|
"40-horus0" = {
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
Name = "wghorus";
|
Name = "horus0";
|
||||||
};
|
};
|
||||||
|
|
||||||
linkConfig = {
|
linkConfig = {
|
||||||
|
|
Loading…
Reference in a new issue