diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 4b6da19..6697f98 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -20,4 +20,5 @@ # Ensure networking is ok before starting systemd.services.open-webui.after = [ "network-online.target" ]; + systemd.services.open-webui.wants = [ "network-online.target" ]; }