7 lines
86 B
Nix
7 lines
86 B
Nix
{ ... }: {
|
|
services.gitea.dump = {
|
|
enable = true;
|
|
interval = "2:45";
|
|
};
|
|
}
|