nix-infra/config/hosts/jackett/jackett.nix

7 lines
60 B
Nix

{ ... }:
{
services.jackett = {
enable = true;
};
}