vaccaria: enable transmission
This commit is contained in:
parent
366260166c
commit
d59abb1f1a
20
vaccaria.nix
20
vaccaria.nix
@ -47,20 +47,20 @@
|
||||
};
|
||||
};
|
||||
|
||||
# services.transmission = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# download-dir = "/mnt/aplysia/torrents";
|
||||
# incomplete-dir = "/mnt/aplysia/torrents";
|
||||
#
|
||||
# peer-port = 51413;
|
||||
# };
|
||||
# };
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
settings = {
|
||||
download-dir = "/mnt/vaccaria/torrents";
|
||||
incomplete-dir = "/mnt/vaccaria/torrents";
|
||||
|
||||
peer-port = 51414;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
445 139 # samba
|
||||
# config.services.transmission.settings.peer-port
|
||||
config.services.transmission.settings.peer-port
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
137 138 # samba
|
||||
|
Loading…
Reference in New Issue
Block a user