home.nas: add br1139
This commit is contained in:
parent
3d86923e9e
commit
23fb2aba1c
2 changed files with 8 additions and 0 deletions
|
@ -3,3 +3,6 @@ Name=${' '.join(sorted(match))}
|
|||
|
||||
[Network]
|
||||
Bridge=${bridge}
|
||||
|
||||
[Link]
|
||||
ActivationPolicy=always-up
|
||||
|
|
|
@ -200,6 +200,11 @@ nodes['home.nas'] = {
|
|||
'br0.1138',
|
||||
},
|
||||
},
|
||||
'br1139': {
|
||||
'match': {
|
||||
'br0.1139',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'systemd-timers': {
|
||||
|
|
Loading…
Reference in a new issue