This commit is contained in:
Charlotte Van Petegem 2023-05-16 22:40:45 +02:00
parent 2b5a0d6a20
commit 85a94a1c4c
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 30 additions and 27 deletions

View file

@ -11,6 +11,6 @@
home.packages = with pkgs; [ transmission-remote-gtk ];
};
chvp.base.zfs.homeLinks = [ { path = ".config/transmission-remote-gtk"; type = "data"; } ];
chvp.base.zfs.homeLinks = [{ path = ".config/transmission-remote-gtk"; type = "data"; }];
};
}

View file

@ -17,9 +17,10 @@
(n: {
fqdn = "del${toString (n + 1)}.vanpetegem.me";
basicProxy = "http://localhost:${toString (8112 + n)}";
}) config.chvp.services.deluge.count) ++ [
{ fqdn = "transmission.vanpetegem.me"; basicProxy = "http://localhost:9091"; }
];
})
config.chvp.services.deluge.count) ++ [
{ fqdn = "transmission.vanpetegem.me"; basicProxy = "http://localhost:9091"; }
];
networking.firewall = {
allowedTCPPortRanges = [