nixos-combined-flake/modules/nixos/mediacenter/torrent/default.nix

7 lines
73 B
Nix

{
services.deluge = {
enable = true;
web.enable = true;
};
}