microbin port no longer loopback
This commit is contained in:
parent
934a9c287b
commit
7e1801973a
@ -4,7 +4,7 @@ let
|
|||||||
setup = import ./setup.nix { inherit lib config; };
|
setup = import ./setup.nix { inherit lib config; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.my.servers.microbin = setup.mkOptions "microbin" "copy" 8080;
|
options.my.servers.microbin = setup.mkOptions "microbin" "copy" 8086;
|
||||||
config = lib.mkIf config.my.servers.microbin.enable {
|
config = lib.mkIf config.my.servers.microbin.enable {
|
||||||
networking.firewall.allowedTCPPorts = lib.mkIf (!cfg.isLocal) [ cfg.port ];
|
networking.firewall.allowedTCPPorts = lib.mkIf (!cfg.isLocal) [ cfg.port ];
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user