Fix open-webui service warning
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m6s
Periodic flake update / flake-update (push) Successful in 1m17s

This commit is contained in:
Torjus Håkestad 2025-02-22 13:12:16 +01:00
parent 279e4b6004
commit c7b3cb7402
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -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" ];
}