Former-commit-id: c83e5b2213
This commit is contained in:
Hadi
2024-08-29 17:04:05 +02:00
parent fa63cf950a
commit c08d551932
12 changed files with 172 additions and 177 deletions

View File

@@ -1 +1,6 @@
{ services.batsignal.enable = true; }
{
services.batsignal = {
enable = true;
extraArgs = [ "-c 10" "-w 30" "-f 97" ];
};
}