remove james for time being
This commit is contained in:
parent
f1495b288d
commit
348d8693f6
1 changed files with 4 additions and 24 deletions
|
@ -30,36 +30,16 @@
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# wait-online.ignoredInterfaces = [ "wlan0" "enp53s0" ];
|
networks."10-ether" = {
|
||||||
|
|
||||||
# Interfaces on the machine
|
|
||||||
netdevs."10-james" = {
|
|
||||||
netdevConfig = {
|
|
||||||
Name = "james";
|
|
||||||
Kind = "bond";
|
|
||||||
};
|
|
||||||
bondConfig = {
|
|
||||||
Mode = "active-backup";
|
|
||||||
PrimaryReselectPolicy = "always";
|
|
||||||
MIIMonitorSec = "1s";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
networks."10-ether-bond" = {
|
|
||||||
matchConfig.MACAddress = "e8:80:88:2f:c6:70";
|
matchConfig.MACAddress = "e8:80:88:2f:c6:70";
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Bond = "james";
|
DHCP = "yes";
|
||||||
PrimarySlave = true;
|
IPv6AcceptRA = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networks."10-wlan-bond" = {
|
networks."10-wlan" = {
|
||||||
# matchConfig.MACAddress = "04:7b:cb:2a:aa:8c";
|
# matchConfig.MACAddress = "04:7b:cb:2a:aa:8c";
|
||||||
matchConfig.Name = "wlan0";
|
matchConfig.Name = "wlan0";
|
||||||
networkConfig = {
|
|
||||||
Bond = "james";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
networks."10-james-bond" = {
|
|
||||||
matchConfig.Name = "james";
|
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
IPv6AcceptRA = true;
|
IPv6AcceptRA = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue