nixos/home/system/batsignal/default.nix
2024-08-29 17:04:05 +02:00

7 lines
98 B
Nix

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