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