Remove ollama and Open WebUI files
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
Oliver Davies 2025-11-10 00:14:09 +00:00
parent ba65884ae2
commit 0c40dc6cff
2 changed files with 0 additions and 8 deletions

View file

@ -1,3 +0,0 @@
{
flake.modules.nixos.desktop.services.ollama.enable = false;
}

View file

@ -1,5 +0,0 @@
{
nixpkgs.allowedUnfreePackages = [ "open-webui" ];
flake.modules.nixos.desktop.services.open-webui.enable = false;
}