Compare commits

..

No commits in common. "36ca196f3a24fc98392aea1839a10dadc8c75a46" and "44c67ba0039aa6262f34734a3f37dabb57778ea1" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -15,10 +15,4 @@ defaults = {
# }, # },
}, },
}, },
'systemd-timers': {
'letsencrypt': {
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge dns-01',
'when': 'daily',
},
},
} }

View file

@ -17,7 +17,7 @@
'metadata': { 'metadata': {
'systemd-timers': { 'systemd-timers': {
'trim': { 'trim': {
'command': '/sbin/fstrim -v /', 'command': '/usr/sbin/fstrim -v /',
'when': 'daily', 'when': 'daily',
}, },
}, },