Format
This commit is contained in:
parent
2b5a0d6a20
commit
85a94a1c4c
4 changed files with 30 additions and 27 deletions
|
@ -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"; }];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue