fix(soft-serve): allow port through firewall
This commit is contained in:
parent
743adca253
commit
8e70f3e45a
1 changed files with 2 additions and 0 deletions
|
@ -32,5 +32,7 @@ in
|
||||||
script = "${pkgs.soft-serve}/bin/soft";
|
script = "${pkgs.soft-serve}/bin/soft";
|
||||||
serviceConfig.Type = "exec";
|
serviceConfig.Type = "exec";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ cfg.port ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue