wol install jq

This commit is contained in:
mwiegand 2022-02-12 21:17:50 +01:00
parent 4906b13a38
commit 2176403bcc

View file

@ -1,5 +1,15 @@
from ipaddress import ip_interface
defaults = {
'apt': {
'packages': {
'jq': {},
},
},
}
@metadata_reactor.provides(
'systemd-timers/suspend-if-idle',
)
@ -14,6 +24,7 @@ def timer(metadata):
},
}
@metadata_reactor.provides(
'wol-sleeper/wake_command',
)