diff --git a/modules/40-basesystem/install b/modules/40-basesystem/install index 32cae68..fcc7075 100644 --- a/modules/40-basesystem/install +++ b/modules/40-basesystem/install @@ -99,6 +99,8 @@ sed -i "s/Europe\/Madrid/${cfg[timezone]//\//\\/}/" /etc/rc.conf sed -i "/HARDWARECLOCK/s/^#//g" /etc/rc.conf sed -i "/FONT=/s/^#//g" /etc/rc.conf +echo '0 * * * * /usr/bin/void-snapshot cron #void.system' > /var/spool/cron/root + if [[ ! ${cfg[fde_key_store]} == "none" ]]; then echo "read -p \"Change PW for disk? y/n \" answer" > /etc/runit/core-services/99-changepwdisk.sh echo "if [ \"\${answer}\" = \"y\" ]; then" >> /etc/runit/core-services/99-changepwdisk.sh