add openwebui
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ config, lib, pkgs, ... }: let
|
{ config, lib, pkgs, ... }: let
|
||||||
|
|
||||||
hostPort = 11434;
|
hostPort = 9007;
|
||||||
|
|
||||||
subdomain = "ai";
|
subdomain = "ai";
|
||||||
|
|
||||||
@@ -15,12 +15,8 @@ in {
|
|||||||
|
|
||||||
config = lib.mkIf (config.sysconfig.docker.openwebui.enable && config.sysconfig.docker.enable) {
|
config = lib.mkIf (config.sysconfig.docker.openwebui.enable && config.sysconfig.docker.enable) {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
openwebui
|
|
||||||
];
|
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.openwebui = {
|
virtualisation.oci-containers.containers.openwebui = {
|
||||||
image = "ghcr.io/openwebui/openwebui:v0.7.2";
|
image = "ghcr.io/open-webui/open-webui:v0.7.2";
|
||||||
|
|
||||||
# unstable, waiting for 26.05
|
# unstable, waiting for 26.05
|
||||||
#pull = "newer";
|
#pull = "newer";
|
||||||
|
|||||||
Reference in New Issue
Block a user