wip
This commit is contained in:
parent
d067f98c1b
commit
71af674827
1 changed files with 4 additions and 0 deletions
|
@ -7,8 +7,12 @@ from bundlewrap.metadata import atomic
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'linux-headers-generic': {},
|
||||
'wireguard': {
|
||||
'backports': True,
|
||||
'needs': [
|
||||
'pkg_apt:linux-headers-generic',
|
||||
],
|
||||
'triggers': [
|
||||
'svc_systemd:systemd-networkd:restart',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue