7 lines
104 B
Nix
7 lines
104 B
Nix
{
|
|
services.batsignal = {
|
|
enable = true;
|
|
extraArgs = [ "-c 10" "-w 30" "-f disabled" ];
|
|
};
|
|
}
|