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