infrastructure/nixos/jackett.nix
2024-01-24 13:02:02 -08:00

5 lines
54 B
Nix

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