From c036eca4c84eed3af66052db85a0821610c74df1 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 20 Feb 2024 09:18:14 -0500 Subject: [PATCH] chore: Clean up open-webui.nix; remove unused bindings --- nixos-modules/open-webui.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/nixos-modules/open-webui.nix b/nixos-modules/open-webui.nix index f34956eb..4f675e9d 100644 --- a/nixos-modules/open-webui.nix +++ b/nixos-modules/open-webui.nix @@ -1,16 +1,6 @@ -# NOTE: modified from https://github.com/NixOS/nixpkgs/issues/273556 - # Download LLMs per api # curl http://localhost:11434/api/pull -d '{ "name": "llama2" }' -{ config, pkgs, ... }: -let - open-webui = pkgs.fetchFromGitHub { - owner = "open-webui"; - repo = "open-webui"; - rev = "76a788939f92a7a7d9705f971b9ce6e27b249d31"; - sha256 = "sha256-MWgERNvg3FX1N6GD11Zl27Ni/tuEoRyYNWPiLiHst2M="; - }; -in { +{ config, ... }: { virtualisation = { podman = { enable = true;