first commit
This commit is contained in:
commit
d802466363
14 changed files with 453 additions and 0 deletions
11
services/transmission.nix
Normal file
11
services/transmission.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
# https://mynixos.com/nixpkgs/options/services.transmission
|
||||
|
||||
|
||||
services.transmission {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue