nixos-config/system/systemd.nix

5 lines
50 B
Nix

{ ... }:
{
systemd.services.lact.enable = true;
}