Skip to content

Commit

Permalink
chore: Clean up open-webui.nix; remove unused bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 20, 2024
1 parent c4b4907 commit c036eca
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions nixos-modules/open-webui.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c036eca

Please sign in to comment.