Add missing semicolon
This commit is contained in:
parent
2fca67f7bf
commit
9e781e61e4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
systemCronJobs = {
|
systemCronJobs = {
|
||||||
"30 20 * * * root chmod 660 /backups/forgejo_backup.tar.gz"
|
"30 20 * * * root chmod 660 /backups/forgejo_backup.tar.gz"
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue