Initial commit

This commit is contained in:
Julien Hémono 2024-06-15 11:51:28 +02:00
commit a4da04692c
11 changed files with 543 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
services.transmission = {
enable = true;
openPeerPorts = true;
};
}