1
1
Fork 0

Fix config formatting

Bill Ewanick 2023-06-27 17:01:14 -04:00
parent 613364e557
commit 128f444d69
1 changed files with 5 additions and 7 deletions

View File

@ -12,8 +12,7 @@
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
}; };
git = { "git.timeout" = {
timeout = {
MIGRATE = 60 * 100; # seconds, 100 minutes MIGRATE = 60 * 100; # seconds, 100 minutes
MIRROR = 60 * 100; MIRROR = 60 * 100;
PULL = 60 * 100; PULL = 60 * 100;
@ -21,7 +20,6 @@
}; };
}; };
}; };
};
services.caddy = { services.caddy = {
enable = true; enable = true;