Compare commits
No commits in common. "36ca196f3a24fc98392aea1839a10dadc8c75a46" and "44c67ba0039aa6262f34734a3f37dabb57778ea1" have entirely different histories.
36ca196f3a
...
44c67ba003
2 changed files with 1 additions and 7 deletions
|
@ -15,10 +15,4 @@ defaults = {
|
|||
# },
|
||||
},
|
||||
},
|
||||
'systemd-timers': {
|
||||
'letsencrypt': {
|
||||
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge dns-01',
|
||||
'when': 'daily',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
'metadata': {
|
||||
'systemd-timers': {
|
||||
'trim': {
|
||||
'command': '/sbin/fstrim -v /',
|
||||
'command': '/usr/sbin/fstrim -v /',
|
||||
'when': 'daily',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue