fix: update transmission port & fix IPv6 portcheck
This commit is contained in:
parent
a4d583ef0a
commit
1b28f9ec8a
|
@ -34,8 +34,12 @@
|
|||
programs.zsh.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
4824 # transmission
|
||||
54950 # transmission
|
||||
];
|
||||
networking.hosts = {
|
||||
# force IPv4, see: https://github.com/transmission/transmission/issues/407
|
||||
"87.98.162.88" = [ "portcheck.transmissionbt.com" ];
|
||||
};
|
||||
|
||||
users.users.felschr = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in a new issue