Oh and I autostart it on boot with a systemd unit in my `configuration.nix`:

```

systemd = {

services.ollama-webui = {

wantedBy = [ "multi-user.target" ];

after = [ "network.target" ];

serviceConfig = {

Type = "forking";

User = "pleblee";

WorkingDirectory = "/home/blee/apps/open-webui";

Environment = "NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels";

};

script = "${pkgs.nix}/bin/nix-shell";

};

};

```

Reply to this note

Please Login to reply.

Discussion

Have you tried unleashed.chat ?

Yeah, I like'em but they don't update their models very much