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