Fix renamed options for oracle

This commit is contained in:
Nathan McCarty 2023-05-13 17:04:50 -04:00
parent f9a7e0df9c
commit 5c2fa7957b
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 4 additions and 2 deletions

View File

@ -108,8 +108,10 @@
}; };
in { in {
enable = true; enable = true;
concurrent = 4; settings = {
checkInterval = 1; concurrent = 4;
checkInterval = 1;
};
services = { services = {
# default-asuran = { # default-asuran = {
# registrationConfigFile = "/var/lib/secret/gitlab-runner/asuran-default"; # registrationConfigFile = "/var/lib/secret/gitlab-runner/asuran-default";