Fix config formatting
parent
613364e557
commit
128f444d69
|
@ -12,8 +12,7 @@
|
|||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
|
||||
git = {
|
||||
timeout = {
|
||||
"git.timeout" = {
|
||||
MIGRATE = 60 * 100; # seconds, 100 minutes
|
||||
MIRROR = 60 * 100;
|
||||
PULL = 60 * 100;
|
||||
|
@ -21,7 +20,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue