mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
8b5ff95ba3
Former-commit-id: c83e5b2213
7 lines
98 B
Nix
7 lines
98 B
Nix
{
|
|
services.batsignal = {
|
|
enable = true;
|
|
extraArgs = [ "-c 10" "-w 30" "-f 97" ];
|
|
};
|
|
}
|