7 lines
113 B
Nix
7 lines
113 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
services.batsignal.enable = true;
|
|
# services.batsignal.extraArgs = [ "-p" ];
|
|
}
|