diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 809636f..4b6da19 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -17,4 +17,7 @@ }; port = 11444; }; + + # Ensure networking is ok before starting + systemd.services.open-webui.after = [ "network-online.target" ]; }