1
0

hosts/porter: Put chisel behind nginx

This commit is contained in:
2022-09-28 22:47:52 +02:00
parent ac61842f29
commit b016e76f09
2 changed files with 14 additions and 2 deletions
hosts/porter
modules/chisel

@ -19,7 +19,7 @@ in {
after = [ "network.target" ];
serviceConfig = {
ExecStart = "${pkgs.chisel}/bin/chisel server --port 443 --authfile /var/src/secrets/chisel/users.json";
ExecStart = "${pkgs.chisel}/bin/chisel server --host [::1] --port 3765 --authfile /var/src/secrets/chisel/users.json";
Restart = "always";
};
};