fix: update transmission port & fix IPv6 portcheck

This commit is contained in:
Felix Schröter 2021-06-10 11:54:16 +02:00
parent a4d583ef0a
commit 1b28f9ec8a
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -34,8 +34,12 @@
programs.zsh.enable = true; programs.zsh.enable = true;
networking.firewall.allowedTCPPorts = [ 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 = { users.users.felschr = {
isNormalUser = true; isNormalUser = true;