mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
98f75ebf3c
Former-commit-id: 58fa41a210
7 lines
104 B
Nix
7 lines
104 B
Nix
{
|
|
services.batsignal = {
|
|
enable = true;
|
|
extraArgs = [ "-c 10" "-w 30" "-f disabled" ];
|
|
};
|
|
}
|