nix-config/modules2/hosts/t480/open-webui.nix

6 lines
122 B
Nix
Raw Normal View History

2025-07-25 01:33:16 +01:00
{
nixpkgs.allowedUnfreePackages = [ "open-webui" ];
2025-07-31 19:48:30 +01:00
flake.modules.nixos.desktop.services.open-webui.enable = true;
2025-07-25 01:33:16 +01:00
}