wol install jq
This commit is contained in:
parent
4906b13a38
commit
2176403bcc
1 changed files with 11 additions and 0 deletions
|
@ -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',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue