set host when exporting port
This commit is contained in:
parent
f96f9f7675
commit
3e27429c74
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
config.services.ollama.port
|
||||
];
|
||||
in {
|
||||
services.ollama.host = "0.0.0.0";
|
||||
networking.firewall.interfaces.${config.services.tailscale.interfaceName} = {
|
||||
allowedTCPPorts = ports;
|
||||
allowedUDPPorts = ports;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue