nix-config/services/default.nix
Bruno BELANYI 27d089afaa services: add transmission
This service makes use of the default webui. I really like combustion
more, but am willing to use that one instead given the few amount of
time I actually spend looking at it
2021-02-03 20:38:54 +01:00

14 lines
157 B
Nix

{ ... }:
{
imports = [
./gitea.nix
./jellyfin.nix
./matrix.nix
./media.nix
./nginx.nix
./pirate.nix
./transmission.nix
];
}