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 = {
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
|
'linux-headers-generic': {},
|
||||||
'wireguard': {
|
'wireguard': {
|
||||||
'backports': True,
|
'backports': True,
|
||||||
|
'needs': [
|
||||||
|
'pkg_apt:linux-headers-generic',
|
||||||
|
],
|
||||||
'triggers': [
|
'triggers': [
|
||||||
'svc_systemd:systemd-networkd:restart',
|
'svc_systemd:systemd-networkd:restart',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue