Disable open-webui
All checks were successful
/ check (push) Successful in 1m3s

This commit is contained in:
Oliver Davies 2025-08-18 00:16:32 +01:00
parent 02776833b4
commit e2bfa94073

View file

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