diff --git a/nodes/home/router.py b/nodes/home/router.py index 6a0fe3b..81a61c9 100644 --- a/nodes/home/router.py +++ b/nodes/home/router.py @@ -36,15 +36,15 @@ nodes['home.router'] = { '172.19.139.0/24', }, }, - 'cron': { - 'jobs': { - # Our internet provider resets the connection if you're - # connected longer than 24 hours. We install this cronjob - # to make sure we don't get disconnected randomly during the - # day. - 'restart_pppd': '23 2 * * * root systemctl restart pppoe && date -u +\%s > /var/tmp/pppd-last-restart.status', - }, - }, +# 'cron': { +# 'jobs': { +# # Our internet provider resets the connection if you're +# # connected longer than 24 hours. We install this cronjob +# # to make sure we don't get disconnected randomly during the +# # day. +# 'restart_pppd': '23 2 * * * root systemctl restart pppoe && date -u +\%s > /var/tmp/pppd-last-restart.status', +# }, +# }, 'kea-dhcp-server': { 'subnets': { 'enp1s0.1138': {